aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-12-18 12:51:03 -0800
committerGuy Harris <guy@alum.mit.edu>2015-12-18 20:51:49 +0000
commit146fd0fa84675a4614386135a8c3c210698971a8 (patch)
tree3c55382a026e79a81e73d683991f56a31056ab05
parent8d8f37e28c0676d1ebcd62de2ae730cafef99ea1 (diff)
Remove a comment that didn't need to be copied and pasted.
Change-Id: Id05c3fbf0c667ae2b2e349b73eba62a23d9e9e9e Reviewed-on: https://code.wireshark.org/review/12721 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/prefs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index 495c2cf568..bf4b271f30 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -53,10 +53,6 @@
#include <epan/stats_tree.h>
/* Internal functions */
-
-/*
- * Register all non-dissector modules' preferences.
- */
static module_t *find_subtree(module_t *parent, const char *tilte);
static module_t *prefs_register_module_or_subtree(module_t *parent,
const char *name, const char *title, const char *description, gboolean is_subtree,