aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-25 21:05:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-25 21:05:36 +0000
commit3814106d7e5333e887dcd9d4c8ced0c2e10cd22c (patch)
treed823be6cefb91a9442becfdb371cb34cef82ed14 /dftest.c
parent9b21bf229f4a00f9f9b1189553e25c445e939100 (diff)
From Michael Mann:
generic preferences implementation https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7402 svn path=/trunk/; revision=43484
Diffstat (limited to 'dftest.c')
-rw-r--r--dftest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dftest.c b/dftest.c
index 939f77be11..b11d0a6424 100644
--- a/dftest.c
+++ b/dftest.c
@@ -86,10 +86,6 @@ main(int argc, char **argv)
failure_message, open_failure_message, read_failure_message,
write_failure_message);
- /* now register the preferences for any non-dissector modules.
- we must do that before we read the preferences as well. */
- prefs_register_modules();
-
/* set the c-language locale to the native environment. */
setlocale(LC_ALL, "");