[FIX] warning fixes

this alsow fixes the release build warnings for the audio decoder
those did not pop-up when building in debug mode
This commit is contained in:
rkubiak01
2020-01-28 12:00:10 +01:00
committed by rkubiak01
parent a657237395
commit e721aed271
4 changed files with 16 additions and 22 deletions

View File

@@ -209,12 +209,6 @@ namespace gui
}
}
}
{
if (auto pdata = dynamic_cast<PhonebookSearchReuqest *>(data))
{
LOG_INFO("PhonebookSearchRequest data");
}
}
}
bool ThreadViewWindow::onInput(const InputEvent &inputEvent)