diff options
Diffstat (limited to 'column.c')
-rw-r--r-- | column.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,7 @@ /* column.c * Routines for handling column preferences * - * $Id: column.c,v 1.18 1999/07/22 21:14:13 guy Exp $ + * $Id: column.c,v 1.19 1999/07/23 08:29:23 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -48,8 +48,6 @@ #include "column.h" #include "packet.h" -extern e_prefs prefs; - static GtkWidget *column_l, *chg_bt, *del_bt, *title_te, *fmt_m, *up_bt, *dn_bt; static gint cur_fmt; |