From 3814106d7e5333e887dcd9d4c8ced0c2e10cd22c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 25 Jun 2012 21:05:36 +0000 Subject: From Michael Mann: generic preferences implementation https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7402 svn path=/trunk/; revision=43484 --- dftest.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dftest.c') 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, ""); -- cgit v1.2.1