summaryrefslogtreecommitdiff
path: root/windows/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/misc.c')
-rw-r--r--windows/misc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/windows/misc.c b/windows/misc.c
index 4b6aa91ff..513a2bd1d 100644
--- a/windows/misc.c
+++ b/windows/misc.c
@@ -41,11 +41,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
*