From 83bf0c871966c739971bd489d211de9c9880e735 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 30 Apr 2004 00:40:45 +0000 Subject: The layout types and pane types don't depend on GTK+, so move their definitions to "prefs.h". Use them, rather than (incorrect) raw numerical values, when initializing the preferences. svn path=/trunk/; revision=10736 --- gtk/layout_prefs.h | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'gtk/layout_prefs.h') diff --git a/gtk/layout_prefs.h b/gtk/layout_prefs.h index 3f7e918905..8d53c923f4 100644 --- a/gtk/layout_prefs.h +++ b/gtk/layout_prefs.h @@ -1,7 +1,7 @@ /* layout_prefs.h * Definitions for layout preferences window * - * $Id: layout_prefs.h,v 1.1 2004/04/29 17:03:27 ulfl Exp $ + * $Id: layout_prefs.h,v 1.2 2004/04/30 00:40:45 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -25,24 +25,6 @@ #ifndef __LAYOUT_PREFS_H__ #define __LAYOUT_PREFS_H__ -typedef enum { - layout_unused, /* entry currently unused */ - layout_type_5, - layout_type_2, - layout_type_1, - layout_type_4, - layout_type_3, - layout_type_6 -} layout_type_e; - -typedef enum { - layout_pane_content_none, - layout_pane_content_plist, - layout_pane_content_pdetails, - layout_pane_content_pbytes -} layout_pane_content_e; - - GtkWidget *layout_prefs_show(void); void layout_prefs_fetch(GtkWidget *w); void layout_prefs_apply(GtkWidget *w); -- cgit v1.2.3