tUnused variable removed. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6b305730edb4cc0b0db2144439d7e55e65fb2742
 (DIR) parent 48e763fefda2bdcf418304069943b75e29686fd3
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Fri, 30 Aug 2002 18:22:27 +0000
       
       Unused variable removed.
       
       
       Diffstat:
         M src/gtkport/gtkport.c               |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gtkport/gtkport.c b/src/gtkport/gtkport.c
       t@@ -5393,7 +5393,6 @@ GtkWidget *gtk_url_new(const gchar *text, const gchar *target,
                               const gchar *bin)
        {
          GtkWidget *label, *eventbox;
       -  int i;
          gchar *pattern;
          GtkStyle *style;
          GdkColor color;