diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index 36fdfed38..890597d0c 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -680,8 +680,6 @@ void CTimerList::paintItem(int pos) char zStopTime[25] = {0}; struct tm *stopTime = localtime(&(timer.stopTime)); strftime(zStopTime,20,"%d.%m. %H:%M",stopTime); - int fw = g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getWidth(); -printf("#########%i#######\n",fw); g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->RenderString(x+10,ypos+fheight, fw*12, zAlarmTime, color, fheight, true); // UTF-8 if (timer.stopTime != 0) {