removed startup check again

This commit is contained in:
louis 2015-03-22 13:40:00 +01:00
parent 7a0e0b11ae
commit 23448ab7bd
2 changed files with 2 additions and 2 deletions

View File

@ -228,3 +228,5 @@ Version 0.3.1
Version 0.3.2
- fixed crash in drawing devices

View File

@ -46,8 +46,6 @@ cSkinDisplayChannel *cSkinDesigner::DisplayChannel(bool WithInfo) {
}
cSkinDisplayMenu *cSkinDesigner::DisplayMenu(void) {
if (init)
return NULL;
if (!useBackupSkin) {
cSDDisplayMenu *displayMenu = NULL;
Init();