aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-07-05 06:33:02 +0000
committerGuy Harris <guy@alum.mit.edu>2000-07-05 06:33:02 +0000
commited5651a90939c40d1ca64a0b0e67b89b8031da21 (patch)
tree3a5b77f38a2e9e52606599c76d7534764388b197 /gtk/prefs_dlg.h
parent4522bab239345aa70d270dee9a6844bba008fb32 (diff)
Get rid of the stuff to let the callback that pops up the Preferences
dialog select a particular page - I think that was used only by the filter code back when "Filter:" buttons popped up a Preferences dialog with the Filter page (which is no longer a Preferences dialog page) selected, but now there's a separate Filter dialog box. svn path=/trunk/; revision=2116
Diffstat (limited to 'gtk/prefs_dlg.h')
-rw-r--r--gtk/prefs_dlg.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk/prefs_dlg.h b/gtk/prefs_dlg.h
index f87ad443f4..75b87184cf 100644
--- a/gtk/prefs_dlg.h
+++ b/gtk/prefs_dlg.h
@@ -1,7 +1,7 @@
/* prefs_dlg.h
* Definitions for preference handling routines
*
- * $Id: prefs_dlg.h,v 1.2 2000/02/12 06:46:54 guy Exp $
+ * $Id: prefs_dlg.h,v 1.3 2000/07/05 06:33:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,12 +30,6 @@
#include "prefs.h"
#endif
-
-#define E_PR_PG_NONE -1
-#define E_PR_PG_PRINTING 0
-#define E_PR_PG_FILTER 1
-#define E_PR_PG_COLUMN 2
-
void prefs_cb(GtkWidget *, gpointer);
#endif