aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-29 05:48:25 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-29 05:48:25 +0000
commitd035d071ecc85d0172e470ae3e4c21ea5fe8cac8 (patch)
tree7dabcf095a5b469c45c0c8027224c894a76975df
parent9b4e0a8dd3f2b4c15b63e1502558e667c2993107 (diff)
Get rid of the commented-out GTK+ declarations.
svn path=/trunk/; revision=1386
-rw-r--r--globals.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/globals.h b/globals.h
index 21774c8202..f1c137cb3f 100644
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
- * $Id: globals.h,v 1.12 1999/11/19 22:31:50 gram Exp $
+ * $Id: globals.h,v 1.13 1999/12/29 05:48:25 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -81,9 +81,6 @@
extern FILE *data_out_file;
extern packet_info pi;
extern capture_file cf;
-/*extern GtkWidget *file_sel, *packet_list, *tree_view, *byte_view, *prog_bar,
- *info_bar;
-extern GdkFont *m_r_font, *m_b_font;*/
extern guint main_ctx, file_ctx;
extern gchar comp_info_str[256];
extern gchar *ethereal_path;
@@ -96,8 +93,6 @@ extern field_info *finfo_selected;
extern ts_type timestamp_type;
-/*extern GtkStyle *item_style;*/
-
#define PF_DIR ".ethereal"
#endif