Hello,

While reading surf.c, I noticed the line `s = webkit_get_default_session();`
occurs twice in the same function, with nothing relevant happening in
between. This patch removes the first occurrence.

$ hg diff
diff -r 2533f186089d surf.c
--- a/surf.c    Thu Mar 31 12:52:35 2011 +0200
+++ b/surf.c    Wed Jun 08 22:59:14 2011 -0700
@@ -681,7 +681,6 @@
         g_thread_init(NULL);

     dpy = GDK_DISPLAY();
-    s = webkit_get_default_session();

     /* atoms */
     atoms[AtomFind] = XInternAtom(dpy, "_SURF_FIND", False);

Reply via email to