mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
Remove redundant code, use loadKeys/saveKeys
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1899 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -143,7 +143,6 @@ private:
|
||||
CMoviePluginChangeExec *MoviePluginChanger;
|
||||
COnekeyPluginChangeExec *OnekeyPluginChanger;
|
||||
CIPChangeNotifier *MyIPChanger;
|
||||
CConsoleDestChangeNotifier *ConsoleDestinationChanger;
|
||||
|
||||
void firstChannel();
|
||||
void setupNetwork( bool force= false );
|
||||
@@ -172,9 +171,9 @@ private:
|
||||
public:
|
||||
void saveSetup(const char * fname);
|
||||
int loadSetup(const char * fname);
|
||||
void loadColors(const char * fname);
|
||||
void loadKeys(const char * fname);
|
||||
void saveKeys(const char * fname);
|
||||
void loadColors(const char * fname = NULL);
|
||||
void loadKeys(const char * fname = NULL);
|
||||
void saveKeys(const char * fname = NULL);
|
||||
void SetupTiming();
|
||||
void SetupFonts();
|
||||
void setupRecordingDevice(void);
|
||||
|
Reference in New Issue
Block a user