mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
system/settings.cpp: remove unused diseqcMode, diseqcRepeat, scanSectionsd;
remove useDefaults(), init all variables to default values
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a9e96fb27
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -664,11 +664,9 @@ public:
|
||||
CConfigFile configfile;
|
||||
int bouquetMode;
|
||||
int scanType;
|
||||
int diseqcMode;
|
||||
uint32_t diseqcRepeat;
|
||||
|
||||
char satNameNoDiseqc[50];
|
||||
delivery_system_t delivery_system;
|
||||
int scanSectionsd;
|
||||
int scan_nit;
|
||||
int scan_nit_manual;
|
||||
int scan_bat;
|
||||
@@ -686,7 +684,7 @@ public:
|
||||
|
||||
CScanSettings();
|
||||
|
||||
void useDefaults(const delivery_system_t _delivery_system);
|
||||
//void useDefaults(const delivery_system_t _delivery_system);
|
||||
bool loadSettings(const char * const fileName, const delivery_system_t _delivery_system);
|
||||
bool saveSettings(const char * const fileName);
|
||||
};
|
||||
|
Reference in New Issue
Block a user