Get rid of an unused variable.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 May 2002 07:05:44 +0000 (07:05 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 May 2002 07:05:44 +0000 (07:05 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5540 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/capture_prefs.c

index 5895997b70ac3800df37213ade64f71d9e3f1b71..cae9e165964040579dfb55e19247b6bcde2d6fdb 100644 (file)
@@ -1,7 +1,7 @@
 /* capture_prefs.c
  * Dialog box for capture preferences
  *
- * $Id: capture_prefs.c,v 1.10 2002/05/23 15:56:05 gerald Exp $
+ * $Id: capture_prefs.c,v 1.11 2002/05/24 07:05:44 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -124,7 +124,6 @@ capture_prefs_fetch(GtkWidget *w)
 {
        GtkWidget *if_cb, *promisc_cb, *sync_cb, *auto_scroll_cb;
        gchar   *if_text;
-       gchar   *if_name;
 
        if_cb = (GtkWidget *) gtk_object_get_data(GTK_OBJECT(w), DEVICE_KEY);
        promisc_cb = (GtkWidget *) gtk_object_get_data(GTK_OBJECT(w),