diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-12-29 05:48:25 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-12-29 05:48:25 +0000 |
commit | d035d071ecc85d0172e470ae3e4c21ea5fe8cac8 (patch) | |
tree | 7dabcf095a5b469c45c0c8027224c894a76975df | |
parent | 9b4e0a8dd3f2b4c15b63e1502558e667c2993107 (diff) | |
download | wireshark-d035d071ecc85d0172e470ae3e4c21ea5fe8cac8.tar.gz wireshark-d035d071ecc85d0172e470ae3e4c21ea5fe8cac8.tar.bz2 wireshark-d035d071ecc85d0172e470ae3e4c21ea5fe8cac8.zip |
Get rid of the commented-out GTK+ declarations.
svn path=/trunk/; revision=1386
-rw-r--r-- | globals.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |