clean up: moved on/off defines to mymenu.h, removed redefinition in cam_menue.cpp

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: bf0498b25a
Author: Thilo Graf <dbt@novatux.de>
Date: 2010-10-24 (Sun, 24 Oct 2010)



------------------
This commit was generated by Migit
This commit is contained in:
2010-10-24 11:12:33 +00:00
parent 0e0a42982f
commit faead17640
3 changed files with 14 additions and 21 deletions

View File

@@ -96,13 +96,6 @@ printf("CCAMMenuHandler::exec: actionkey %s\n", actionkey.c_str());
return doMainMenu ();
}
#define OPTIONS_OFF0_ON1_OPTION_COUNT 2
const CMenuOptionChooser::keyval OPTIONS_OFF0_ON1_OPTIONS[OPTIONS_OFF0_ON1_OPTION_COUNT] =
{
{ 0, LOCALE_OPTIONS_OFF },
{ 1, LOCALE_OPTIONS_ON }
};
int CCAMMenuHandler::doMainMenu ()
{
int ret;