aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
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.h
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.h')
-rw-r--r--summary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/summary.h b/summary.h
index 915c0bf7a8..6119631e6d 100644
--- a/summary.h
+++ b/summary.h
@@ -1,7 +1,7 @@
/* summary.h
* Definitions for capture file summary windows
*
- * $Id: summary.h,v 1.2 1999/07/07 22:52:00 gram Exp $
+ * $Id: summary.h,v 1.3 1999/07/13 03:08:06 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -36,7 +36,7 @@ typedef struct _summary_tally {
void summary_prep_cb(GtkWidget *, gpointer);
-void summary_prep_close_cb(GtkWidget *, gpointer);
+/*void summary_prep_close_cb(GtkWidget *, gpointer);*/
#endif /* summary.h */