cc_frm_clock.h: clean up: remove unnecessary virtual declaration

Origin commit data
------------------
Commit: 2eb7013a20
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-11 (Thu, 11 Apr 2019)
This commit is contained in:
2019-04-11 21:07:34 +02:00
committed by vanhofen
parent 500ebecd96
commit 40b45f432f

View File

@@ -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();