mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
msgbox: remove explicit handling of record events
these are handled in the last else clause anyway
This commit is contained in:
@@ -311,9 +311,6 @@ int CMsgBox::exec()
|
|||||||
result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult();
|
result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult();
|
||||||
loop = false;
|
loop = false;
|
||||||
}
|
}
|
||||||
else if (msg == NeutrinoMessages::RECORD_START || msg == NeutrinoMessages::RECORD_STOP) {
|
|
||||||
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
|
||||||
}
|
|
||||||
//***ignore***
|
//***ignore***
|
||||||
else if (CNeutrinoApp::getInstance()->listModeKey(msg)){
|
else if (CNeutrinoApp::getInstance()->listModeKey(msg)){
|
||||||
// do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!
|
// do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!
|
||||||
|
Reference in New Issue
Block a user