aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index ccab602e70..9a6094d311 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -618,8 +618,7 @@ int main(int argc, char *qt_argv[])
"-G" flag, as the "-G" flag dumps information registered by the
dissectors, and we must do it before we read the preferences, in
case any dissectors register preferences. */
- if (!epan_init(register_all_protocols,register_all_protocol_handoffs,
- splash_update, NULL)) {
+ if (!epan_init(splash_update, NULL)) {
SimpleDialog::displayQueuedMessages(main_w);
ret_val = INIT_FAILED;
goto clean_exit;