Remove CAPIDChangeExec

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1914 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: b6fc86a88d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-26 (Sat, 26 Nov 2011)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2011-11-26 10:34:01 +00:00
parent 949e4dedfc
commit 8b9213ab16
2 changed files with 0 additions and 17 deletions

View File

@@ -605,17 +605,6 @@ bool CRecAPIDSettingsNotifier::changeNotify(const neutrino_locale_t, void *)
return true;
}
int CAPIDChangeExec::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
{
// printf("CAPIDChangeExec exec: %s\n", actionKey.c_str());
unsigned int sel= atoi(actionKey.c_str());
if (g_RemoteControl->current_PIDs.PIDs.selected_apid!= sel )
{
g_RemoteControl->setAPID(sel);
}
return menu_return::RETURN_EXIT;
}
int CSubtitleChangeExec::exec(CMenuTarget* /*parent*/, const std::string & actionKey)
{
printf("CSubtitleChangeExec::exec: action %s\n", actionKey.c_str());