Fix another coverity issue

This commit is contained in:
heckflosse 2018-11-17 23:56:57 +01:00
parent 741bdd97f2
commit 2d5c2b933f

View File

@ -384,16 +384,6 @@ void FilePanel::optionsChanged ()
bool FilePanel::handleShortcutKey (GdkEventKey* event)
{
bool ctrl = event->state & GDK_CONTROL_MASK;
if (!ctrl) {
switch(event->keyval) {
}
} else {
switch (event->keyval) {
}
}
if(tpc->getToolBar() && tpc->getToolBar()->handleShortcutKey(event)) {
return true;
}