From: Christoph Lohmann <20h@r-36.net> Date: Tue, 16 Oct 2012 13:41:50 +0000 (+0200) Subject: Removing the double initialisation to webkit_get_default_session(). Thanks X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=5703683638bba566029f4061c1c057b33f5c47c9 Removing the double initialisation to webkit_get_default_session(). Thanks taruti! --- 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);