aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-13 03:08:06 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-13 03:08:06 +0000
commitf45154c0d53f7fafdb3ca36a90a8f49ddeeabb61 (patch)
tree7fb6f84d48629d0d313933df47676f574f35c2ed /summary.c
parent5ac565b736a239c22d34ffb75b39a98a60e31c09 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@360 f5534014-38df-0310-8fa8-9805f1628bb7
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));
-}
+} */