aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-12-18 01:27:29 -0800
committerGuy Harris <guy@alum.mit.edu>2015-12-18 09:28:01 +0000
commit4d3d6af6437eba13da83e5196bdaafec3ecde2e7 (patch)
treee8fbdb451e0e762369c0584f589dd30be05c2914 /epan/prefs.h
parent47a4c8f395280bd78bbc733424bb409c00d2c390 (diff)
prefs_register_modules() is used only in epan/prefs.c; make it static.
Change-Id: If2a5ad5c836c5dfddb4f6c4ffa41c52e52f2b671 Reviewed-on: https://code.wireshark.org/review/12717 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index ba097cd7ee..0f2834e43b 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -525,11 +525,6 @@ WS_DLL_PUBLIC GList *prefs_get_string_list(const gchar *str);
/* Clear the given list of string data. */
WS_DLL_PUBLIC void prefs_clear_string_list(GList *sl);
-/*
- * Register all non-dissector modules' preferences.
- */
-WS_DLL_PUBLIC void prefs_register_modules(void);
-
/** Fetch a short preference type name, e.g. "Integer".
*
* @param pref A preference.