mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
removed debug message
This commit is contained in:
parent
9488e28015
commit
45d84b7d8a
@ -2,7 +2,6 @@
|
||||
#include "libcore/helpers.h"
|
||||
|
||||
cSkinDesigner::cSkinDesigner(void) : cSkin("skindesigner", &::Theme) {
|
||||
esyslog("skindesigner: konstruktor designer");
|
||||
backupSkin = NULL;
|
||||
useBackupSkin = false;
|
||||
|
||||
@ -314,4 +313,4 @@ bool cSkinDesigner::ThemeChanged(void) {
|
||||
changed = true;
|
||||
}
|
||||
return changed;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user