mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
cc_frm_clock.h: clean up: remove unnecessary virtual declaration
This commit is contained in:
@@ -84,7 +84,7 @@ class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
|
|||||||
///initialize clock contents
|
///initialize clock contents
|
||||||
void initCCLockItems();
|
void initCCLockItems();
|
||||||
///initialize timestring, called in initCCLockItems()
|
///initialize timestring, called in initCCLockItems()
|
||||||
virtual void initTimeString();
|
void initTimeString();
|
||||||
|
|
||||||
///start ticking clock, returns true on success, if false causes log output
|
///start ticking clock, returns true on success, if false causes log output
|
||||||
bool startClock();
|
bool startClock();
|
||||||
|
Reference in New Issue
Block a user