Removing the double initialisation to webkit_get_default_session(). Thanks

taruti!
This commit is contained in:
Christoph Lohmann 2012-10-16 15:41:50 +02:00
parent 85d9d92e0b
commit 5703683638

1
surf.c
View file

@ -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);