CInfoClock: Rework calculate size & position

- Fix display info clock
- Preparation for alternative use of neutrino fonts / DynFonts
This commit is contained in:
M. Liebmann
2013-11-26 14:08:48 +01:00
parent 4f387ae87f
commit 0c18d4a6db
6 changed files with 30 additions and 24 deletions

View File

@@ -47,7 +47,6 @@ class CInfoClock : public CComponentsFrmClock
bool StopClock();
bool enableInfoClock(bool enable);
void ClearDisplay();
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
};
#endif