unused defines cleaning / a few fixes for clock

This commit is contained in:
Andrzej Rybczak
2009-02-19 00:59:02 +01:00
parent 7246b57d48
commit 164dec3eed
6 changed files with 14 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ class Clock : public Screen<Window>
static short disp[11];
static long older[6], next[6], newer[6], mask;
static const size_t Width;
static size_t Width;
static const size_t Height;
};