- movieplayer: change usermenu call; use existing instance

This commit is contained in:
svenhoefer
2015-12-14 23:07:53 +01:00
parent a50bd5bb97
commit 6fc8fb2bee
2 changed files with 4 additions and 5 deletions

View File

@@ -77,7 +77,6 @@ private:
CConfigFile configfile;
CScanSettings scanSettings;
CPersonalizeGui personalize;
CUserMenu usermenu;
int network_dhcp;
int network_automatic_start;
@@ -156,6 +155,8 @@ public:
norezap = 0x100
};
CUserMenu usermenu;
void saveSetup(const char * fname);
int loadSetup(const char * fname);
void loadKeys(const char * fname = NULL);