mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
neutrino: clean up
removed unused variables
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1365 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b44a81585
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-03-31 (Thu, 31 Mar 2011)
Origin message was:
------------------
*neutrino: clean up
removed unused variables
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1365 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -152,15 +152,12 @@
|
||||
|
||||
int old_b_id = -1;
|
||||
CHintBox * reloadhintBox = 0;
|
||||
uint32_t sec_timer;
|
||||
int rf_dummy;
|
||||
// int rf_dummy;
|
||||
bool has_hdd;
|
||||
#include "gui/infoclock.h"
|
||||
#include "gui/dboxinfo.h"
|
||||
CInfoClock *InfoClock;
|
||||
int allow_flash = 1;
|
||||
extern int was_record;
|
||||
extern char current_timezone[50];
|
||||
Zapit_config zapitCfg;
|
||||
char zapit_lat[20];
|
||||
char zapit_long[20];
|
||||
@@ -189,8 +186,6 @@ void * zapit_main_thread(void *data);
|
||||
extern t_channel_id live_channel_id; //zapit
|
||||
extern t_channel_id rec_channel_id; //zapit
|
||||
extern CZapitChannel *g_current_channel;
|
||||
// void setZapitConfig(Zapit_config * Cfg);
|
||||
void getZapitConfig(Zapit_config *Cfg);
|
||||
|
||||
void * nhttpd_main_thread(void *data);
|
||||
static pthread_t nhttpd_thread ;
|
||||
@@ -963,8 +958,8 @@ void CNeutrinoApp::saveSetup(const char * fname)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
//scan settings
|
||||
if(!scanSettings.saveSettings(NEUTRINO_SCAN_SETTINGS_FILE)) {
|
||||
//scansettings
|
||||
if(!scansettings.saveSettings(NEUTRINO_SCAN_SETTINGS_FILE)) {
|
||||
dprintf(DEBUG_NORMAL, "error while saving scan-settings!\n");
|
||||
}
|
||||
|
||||
@@ -4206,8 +4201,6 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
} else
|
||||
tuxtxt_close();
|
||||
|
||||
CScanSetup::getInstance()->exec(NULL, "save_scansettings");
|
||||
|
||||
//g_Sectionsd->setEventsAreOldInMinutes((unsigned short) (g_settings.epg_old_hours*60));
|
||||
//g_Sectionsd->setHoursToCache((unsigned short) (g_settings.epg_cache_days*24));
|
||||
|
||||
|
Reference in New Issue
Block a user