summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-10-16 15:41:50 +0200
committerChristoph Lohmann <20h@r-36.net>2012-10-16 15:41:50 +0200
commit5703683638bba566029f4061c1c057b33f5c47c9 (patch)
tree5305d27f4e9a64cf950341e99dc61b89b41809fd /surf.c
parent85d9d92e0b67a66d1524c565acf085affa0d89bb (diff)
downloadsurf-5703683638bba566029f4061c1c057b33f5c47c9.tar.gz
surf-5703683638bba566029f4061c1c057b33f5c47c9.tar.bz2
surf-5703683638bba566029f4061c1c057b33f5c47c9.zip
Removing the double initialisation to webkit_get_default_session(). Thanks
taruti!
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 56051e9..60fd08a 100644
--- a/surf.c
+++ b/surf.c
@@ -783,7 +783,6 @@ setup(void) {
g_thread_init(NULL);
dpy = GDK_DISPLAY();
- s = webkit_get_default_session();
/* atoms */
atoms[AtomFind] = XInternAtom(dpy, "_SURF_FIND", False);