aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-09 16:14:34 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-09 16:14:34 +0000
commit5a2dff2ec4cd4476f024a38128d47fd8d9d83213 (patch)
tree07058dbe6dcd452450a8b11b2669b03a706bca6c /epan/prefs.h
parent13f9fed862f417939e19523e9c09782a078bf632 (diff)
Remove the "Save column widths" option so we always save the widths.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25968 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index dcc10764ba..fd16b70ca5 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -123,7 +123,6 @@ typedef struct _e_prefs {
gboolean gui_geometry_save_position;
gboolean gui_geometry_save_size;
gboolean gui_geometry_save_maximized;
- gboolean gui_geometry_save_column_width;
console_open_e gui_console_open;
guint gui_recent_df_entries_max;
guint gui_recent_files_count_max;