aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-07-13 03:08:06 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-07-13 03:08:06 +0000
commit57e49071ef1da141b01312163bd9afeaddcb4c2f (patch)
tree7fb6f84d48629d0d313933df47676f574f35c2ed /summary.c
parent601c52f0fb7d36599045e90a6baafe918997f644 (diff)
Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree and
display filter code, which uses features in GLIB-1.2.x), I removed the vestigial code supporting old 1.0.x and 1.1.x GTK+ versions. svn path=/trunk/; revision=360
Diffstat (limited to 'summary.c')
-rw-r--r--summary.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/summary.c b/summary.c
index d4c6fd9bbd..e147d7053e 100644
--- a/summary.c
+++ b/summary.c
@@ -1,7 +1,7 @@
/* summary.c
* Routines for capture file summary window
*
- * $Id: summary.c,v 1.5 1999/07/13 02:52:59 gram Exp $
+ * $Id: summary.c,v 1.6 1999/07/13 03:08:06 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -295,13 +295,10 @@ traffic_bytes/seconds);
gtk_widget_show(sum_open_w);
}
-
+/* this is never called
void
summary_prep_close_cb(GtkWidget *w, gpointer win) {
-#ifdef GTK_HAVE_FEATURES_1_1_0
- win = w;
-#endif
gtk_grab_remove(GTK_WIDGET(win));
gtk_widget_destroy(GTK_WIDGET(win));
-}
+} */