summaryrefslogtreecommitdiff
path: root/framebuffer/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/misc.c')
-rw-r--r--framebuffer/misc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/framebuffer/misc.c b/framebuffer/misc.c
index 889e3ec3f..ac15c5293 100644
--- a/framebuffer/misc.c
+++ b/framebuffer/misc.c
@@ -35,12 +35,6 @@ void die(const char *error)
exit(1);
}
-bool cookies_update(const char *domain, const struct cookie_data *data)
-{
- return true;
-}
-
-
/**
* Return the filename part of a full path
*