aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/decode_as_dlg.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-22 00:20:23 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-22 00:20:23 +0000
commit70709e1b3566afd6054c1a63edfa3b053344026e (patch)
tree60e15e3fb3c412c21407f0a948e515d2f1815c24 /ui/gtk/decode_as_dlg.h
parentfc5adb9b6681ad5a8026b011187bcdf5b2e55f01 (diff)
Move common "decode as" preference code to epan.
We presumably want "decode as" behavior to be consistent across UIs so call load_decode_as_entries() from read_prefs(). svn path=/trunk/; revision=53498
Diffstat (limited to 'ui/gtk/decode_as_dlg.h')
-rw-r--r--ui/gtk/decode_as_dlg.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/gtk/decode_as_dlg.h b/ui/gtk/decode_as_dlg.h
index 090d87e654..cd3f12b48d 100644
--- a/ui/gtk/decode_as_dlg.h
+++ b/ui/gtk/decode_as_dlg.h
@@ -64,9 +64,4 @@ void decode_show_cb(GtkWidget *widget, gpointer data);
*/
gboolean decode_as_ok(void);
-/*
- * Reset the "decode as" entries and reload ones of the current profile
- */
-void load_decode_as_entries(void);
-
#endif