"gtk/main.c" no longer has any code to manage the packet list, so it no

longer needs to define the "column_arrows" structure.

svn path=/trunk/; revision=9894
This commit is contained in:
Guy Harris 2004-01-28 09:10:50 +00:00
parent fa5b2237f9
commit a06e94af42
1 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,6 @@
/* main.c
*
* $Id: main.c,v 1.377 2004/01/26 18:40:44 ulfl Exp $
* $Id: main.c,v 1.378 2004/01/28 09:10:50 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -130,12 +130,6 @@
#include "capture-wpcap.h"
#endif
typedef struct column_arrows {
GtkWidget *table;
GtkWidget *ascend_pm;
GtkWidget *descend_pm;
} column_arrows;
capture_file cfile;
GtkWidget *main_display_filter_widget=NULL;
GtkWidget *top_level = NULL, *tree_view, *byte_nb_ptr, *tv_scrollw;