mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
msgbox: remove explicit handling of record events
these are handled in the last else clause anyway
Origin commit data
------------------
Branch: ni/coolstream
Commit: f80f69c232
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-03-04 (Sat, 04 Mar 2017)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
c7de70d0c7
commit
b504d299fd
@@ -312,9 +312,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!!
|
||||
|
Reference in New Issue
Block a user