msgbox: remove explicit handling of record events

these are handled in the last else clause anyway
This commit is contained in:
Stefan Seyfried
2017-03-04 19:56:41 +01:00
parent 71361684d8
commit 3bcdbb39ff

View File

@@ -311,9 +311,6 @@ int CMsgBox::exec()
result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult();
loop = false;
}
else if (msg == NeutrinoMessages::RECORD_START || msg == NeutrinoMessages::RECORD_STOP) {
CNeutrinoApp::getInstance()->handleMsg(msg, data);
}
//***ignore***
else if (CNeutrinoApp::getInstance()->listModeKey(msg)){
// do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!