introduced zapcockpit extension

This commit is contained in:
louis
2016-05-26 10:47:45 +02:00
parent ffb414cdee
commit a57c44b068
31 changed files with 3413 additions and 168 deletions

View File

@@ -26,7 +26,6 @@ cGlobalTimers::~cGlobalTimers(void) {
}
void cGlobalTimers::LoadTimers(void) {
uint64_t start = cTimeMs::Now();
isEpg2VdrTimers = false;
bool epg2vdrOk = false;
if (pEpg2Vdr) {
@@ -38,7 +37,6 @@ void cGlobalTimers::LoadTimers(void) {
SetRemoteTimers(initial);
}
}
esyslog("skindesigner: loaded %d timers, needed %d ms", Size(), cTimeMs::Now() - start);
initial = false;
}