summaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/view.c b/view.c
index 9d1b7e3..49b64f0 100644
--- a/view.c
+++ b/view.c
@@ -137,9 +137,9 @@ void cView::DrawHeader(void) {
} else {
#if VDRVERSNUM >= 20301
LOCK_TIMERS_READ;
- ti=Timers->GetMatch(event, &timerMatch);
+ ti = Timers->GetMatch(event, &timerMatch);
#else
- ti=Timers.GetMatch(event, &timerMatch);
+ ti = Timers.GetMatch(event, &timerMatch);
#endif
}
if (timerMatch == tmFull) {
@@ -357,7 +357,7 @@ void cView::DrawActors(std::vector<cActor> *actors) {
int y = 2 * border + fontHeaderLarge->Height();
if (!Running())
return;
- cImageLoader imgLoader;
+ cImageLoader imgLoader;
int actor = 0;
for (int row = 0; row < picLines; row++) {
for (int col = 0; col < picsPerLine; col++) {
@@ -475,7 +475,7 @@ bool cView::KeyUp(void) {
if (!scrollable)
return false;
int aktHeight = pixmapContent->DrawPort().Point().Y();
- int lineHeight = font->Height();
+// int lineHeight = font->Height();
if (aktHeight >= 0) {
return false;
}
@@ -1053,4 +1053,4 @@ void cMovieView::Action(void) {
}
DrawScrollbar();
osdManager.flush();
-} \ No newline at end of file
+}