Removing the double initialisation to webkit_get_default_session(). Thanks
taruti!
This commit is contained in:
parent
85d9d92e0b
commit
5703683638
1 changed files with 0 additions and 1 deletions
1
surf.c
1
surf.c
|
@ -783,7 +783,6 @@ setup(void) {
|
||||||
g_thread_init(NULL);
|
g_thread_init(NULL);
|
||||||
|
|
||||||
dpy = GDK_DISPLAY();
|
dpy = GDK_DISPLAY();
|
||||||
s = webkit_get_default_session();
|
|
||||||
|
|
||||||
/* atoms */
|
/* atoms */
|
||||||
atoms[AtomFind] = XInternAtom(dpy, "_SURF_FIND", False);
|
atoms[AtomFind] = XInternAtom(dpy, "_SURF_FIND", False);
|
||||||
|
|
Loading…
Reference in a new issue