aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-14 13:44:08 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-14 20:44:50 +0000
commitccef2d8860f55d56f7662cc218defe5447e226e4 (patch)
tree887c5716f14146291f306772aa291d977be34b60 /epan/prefs.h
parent6dd6fc9eff40e86aba1fb3aefa119b212ddd5504 (diff)
Make prefs_register_subtree() static too.
It's not used outside epan/prefs.c, and it probably shouldn't be. Change-Id: I8a10961a33b93db1de982eec264c134f9f3bc66c Reviewed-on: https://code.wireshark.org/review/21096 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index cd88dac9b4..4a8566c63f 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -270,15 +270,6 @@ WS_DLL_PUBLIC void prefs_reset(void);
void prefs_cleanup(void);
/*
- * Register a subtree that will have modules under it.
- * Specify the module under which to register it or NULL to register it
- * at the top level and the title used in the tab for it in a preferences
- * dialog box.
- */
-WS_DLL_PUBLIC module_t *prefs_register_subtree(module_t *parent, const char *title,
- const char *description, void (*apply_cb)(void));
-
-/*
* Register that a protocol has preferences.
*/
WS_DLL_PUBLIC module_t *prefs_register_protocol(int id, void (*apply_cb)(void));