summaryrefslogtreecommitdiff
path: root/textwindow.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-05-24 16:59:29 +0200
committerlouis <louis.braun@gmx.de>2014-05-24 16:59:29 +0200
commitad4b1f3017d65ecb92b7c5c41ad131c3e0743159 (patch)
tree5757c11a7f42b4e71a41c7a9fafa1c2b10cdfb13 /textwindow.h
parentdc67dd4d443273119e9dfdf637b93a3c3900b570 (diff)
downloadskin-nopacity-ad4b1f3017d65ecb92b7c5c41ad131c3e0743159.tar.gz
skin-nopacity-ad4b1f3017d65ecb92b7c5c41ad131c3e0743159.tar.bz2
added support for tvscraper again, tvscraper Version 0.2.0 needed
Diffstat (limited to 'textwindow.h')
-rw-r--r--textwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/textwindow.h b/textwindow.h
index 568d152..72e50d3 100644
--- a/textwindow.h
+++ b/textwindow.h
@@ -3,7 +3,6 @@
#include <vdr/skins.h>
#include <vdr/thread.h>
-#include "services/tvscraper.h"
#include "services/scraper2vdr.h"
class cNopacityTextWindow : public cThread {
@@ -26,7 +25,6 @@ private:
bool hasManualPoster;
cString manualPosterPath;
bool hasPoster;
- TVScraperGetPoster poster;
ScraperGetPoster posterScraper2Vdr;
int posterWidth, posterHeight;
bool SetTextScroller(int border, int left);