summaryrefslogtreecommitdiff
path: root/frontends/gtk/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-07-25 21:55:03 +0100
committerVincent Sanders <vince@kyllikki.org>2016-07-25 21:59:17 +0100
commit2d41d6c933cec1a0660bc71aaa115b41dcfdfbed (patch)
treea6f8091e9742b0a9672ac2be44d505e460440aed /frontends/gtk/gui.c
parent0c7649d030d980755d9659574214f104368fc6a0 (diff)
downloadnetsurf-2d41d6c933cec1a0660bc71aaa115b41dcfdfbed.tar.gz
netsurf-2d41d6c933cec1a0660bc71aaa115b41dcfdfbed.tar.bz2
cleanup gtk cookie interface
use gtk_window_present instead of gdk_window_raise and reduce exposed variables and interfaces.
Diffstat (limited to 'frontends/gtk/gui.c')
-rw-r--r--frontends/gtk/gui.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c
index e0044b54b..af24d4018 100644
--- a/frontends/gtk/gui.c
+++ b/frontends/gtk/gui.c
@@ -313,12 +313,6 @@ static nserror nsgtk_init(int argc, char** argv, char **respath)
return error;
}
- error = nsgtk_cookies_init();
- if (error != NSERROR_OK) {
- LOG("Unable to initialise cookies window.");
- return error;
- }
-
error = nsgtk_hotlist_init();
if (error != NSERROR_OK) {
LOG("Unable to initialise hotlist window.");