summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 22:41:04 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 22:41:04 +0100
commitcf8ffa412a55a8884fdd8f348b3fb28108d59b6c (patch)
treeff9a998daae20f16a3537d78bd141ea662863cf8 /beos
parente9f65ff9cb60c94b43d4b875892918b90fb2a067 (diff)
downloadnetsurf-cf8ffa412a55a8884fdd8f348b3fb28108d59b6c.tar.gz
netsurf-cf8ffa412a55a8884fdd8f348b3fb28108d59b6c.tar.bz2
Remove old hotlist, cookies, and history_global_core modules.
New versions of expand/collapse node functions for these modules aren't yet implemented.
Diffstat (limited to 'beos')
-rw-r--r--beos/gui.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 0abef08c1..ffaccc83b 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -50,7 +50,6 @@ extern "C" {
#include "content/urldb.h"
#include "desktop/401login.h"
#include "desktop/browser_private.h"
-#include "desktop/cookies_old.h"
#include "desktop/gui.h"
#include "desktop/netsurf.h"
#include "utils/nsoption.h"
@@ -1078,11 +1077,6 @@ char *url_to_path(const char *url)
return path;
}
-bool cookies_update(const char *domain, const struct cookie_data *data)
-{
- return true;
-}
-
static void *myrealloc(void *ptr, size_t len, void *pw)
{
if (len == 0) {