qt: remove dead code

Change-Id: I45c2863d77858e488aa415708d77033787e45aee
Reviewed-on: https://code.wireshark.org/review/11060
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2015-10-15 17:01:02 +02:00 committed by Anders Broman
parent ec44fbd575
commit 1e623d6985
1 changed files with 0 additions and 4 deletions

View File

@ -279,10 +279,6 @@ void ProtocolPreferencesMenu::addMenuItem(preference *pref)
connect(mpa, SIGNAL(triggered(bool)), this, SLOT(modulePreferencesTriggered()));
break;
}
if (pref->type != PREF_ENUM) {
} else {
}
}
void ProtocolPreferencesMenu::disableProtocolTriggered()