mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
remove superfluous define
- fix typo
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@517 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: a1c756f5c1
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2010-03-20 (Sat, 20 Mar 2010)
Origin message was:
------------------
- remove superfluous define
- fix typo
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@517 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -726,11 +726,6 @@ const lcd_setting_struct_t lcd_setting[LCD_SETTING_COUNT] =
|
|||||||
#define DEFAULT_X_END 1220
|
#define DEFAULT_X_END 1220
|
||||||
#define DEFAULT_Y_END 560
|
#define DEFAULT_Y_END 560
|
||||||
|
|
||||||
#define DEFAULT_X_START 60
|
|
||||||
#define DEFAULT_Y_START 20
|
|
||||||
#define DEFAULT_X_END 1220
|
|
||||||
#define DEFAULT_Y_END 560
|
|
||||||
|
|
||||||
std::string ttx_font_file = "";
|
std::string ttx_font_file = "";
|
||||||
|
|
||||||
int CNeutrinoApp::loadSetup(const char * fname)
|
int CNeutrinoApp::loadSetup(const char * fname)
|
||||||
@@ -3245,7 +3240,7 @@ printf("NeutrinoMessages::EVT_BOUQUETSCHANGED\n");fflush(stdout);
|
|||||||
}
|
}
|
||||||
else if( msg == NeutrinoMessages::EVT_RECORDMODE ) {
|
else if( msg == NeutrinoMessages::EVT_RECORDMODE ) {
|
||||||
/* sent by rcinput, then got msg from zapit about record activated/deactivated */
|
/* sent by rcinput, then got msg from zapit about record activated/deactivated */
|
||||||
dprintf(DEBUG_DEBUG, "neutino - recordmode %s\n", ( data ) ? "on":"off" );
|
dprintf(DEBUG_DEBUG, "neutrino - recordmode %s\n", ( data ) ? "on":"off" );
|
||||||
if(!recordingstatus && was_record && (!data)) {
|
if(!recordingstatus && was_record && (!data)) {
|
||||||
g_Zapit->setStandby(true);
|
g_Zapit->setStandby(true);
|
||||||
was_record = 0;
|
was_record = 0;
|
||||||
|
Reference in New Issue
Block a user