[dev] [surf] patch to remove duplicate line

From: James Campos <james.r.campos_AT_gmail.com>
Date: Wed, 8 Jun 2011 23:14:03 -0700

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);
Received on Thu Jun 09 2011 - 08:14:03 CEST

This archive was generated by hypermail 2.2.0 : Thu Jun 09 2011 - 08:24:03 CEST