diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-10-16 15:41:50 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-10-16 15:41:50 +0200 |
commit | 5703683638bba566029f4061c1c057b33f5c47c9 (patch) | |
tree | 5305d27f4e9a64cf950341e99dc61b89b41809fd /surf.c | |
parent | 85d9d92e0b67a66d1524c565acf085affa0d89bb (diff) | |
download | surf-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |