aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.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 /rawshark.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 'rawshark.c')
-rw-r--r--rawshark.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rawshark.c b/rawshark.c
index 719eba1870..8dddc9315e 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -514,10 +514,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, "");