Get rid of the commented-out GTK+ declarations.

svn path=/trunk/; revision=1386
This commit is contained in:
Guy Harris 1999-12-29 05:48:25 +00:00
parent 9b4e0a8dd3
commit d035d071ec
1 changed files with 1 additions and 6 deletions

View File

@ -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