summaryrefslogtreecommitdiff
path: root/channelepg.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-03-14 10:12:30 +0100
committerlouis <louis.braun@gmx.de>2015-03-14 10:12:30 +0100
commit76cc4d1fbe351e9a376dae1772e9116946fc8b7e (patch)
tree90725a9bde37cf06d9770f8a76a027fb418b0a83 /channelepg.c
parent3cc8e78e1bf00e16b49520ac416b74b5fd73c906 (diff)
downloadvdr-plugin-tvguideng-76cc4d1fbe351e9a376dae1772e9116946fc8b7e.tar.gz
vdr-plugin-tvguideng-76cc4d1fbe351e9a376dae1772e9116946fc8b7e.tar.bz2
fixed bug that timemanager does not use configured display time
Diffstat (limited to 'channelepg.c')
-rw-r--r--channelepg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channelepg.c b/channelepg.c
index e93eb6a..82eca62 100644
--- a/channelepg.c
+++ b/channelepg.c
@@ -345,7 +345,6 @@ void cChannelEpg::DrawHeader(cViewGrid *channelsGrid) {
void cChannelEpg::DrawGrids(cViewGrid *epgGrid) {
int displaySeconds = timeManager->GetDisplaySeconds();
-
double x, y, width, height;
if (config.displayMode == eHorizontal) {
x = 0.0;