use generic Scroll method

This commit is contained in:
Andrzej Rybczak
2009-02-15 20:05:28 +01:00
parent e6bd98e0a7
commit c547fbe03b
9 changed files with 42 additions and 92 deletions

View File

@@ -24,7 +24,6 @@
#ifdef ENABLE_CLOCK
#include "display.h"
#include "global.h"
#include "playlist.h"
#include "settings.h"
@@ -136,7 +135,7 @@ void Clock::Update()
{
w->GotoXY(2*j+2, i);
}
if (Global::Config.clock_display_seconds || j < 18)
if (Config.clock_display_seconds || j < 18)
*w << " ";
}
}