clean up: remove unnecessary virtual declarations from cc classes

Origin commit data
------------------
Commit: 6660f9835f
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
This commit is contained in:
2018-12-08 23:15:13 +01:00
committed by vanhofen
parent da94c332c3
commit 02dce448bd
7 changed files with 173 additions and 173 deletions

View File

@@ -145,7 +145,7 @@ class CComponentsButton : public CComponentsFrmChain, public CCTextScreen
* CTextBox::enableSaveScreen()
* disableTboxSaveScreen()
*/
virtual void enableTboxSaveScreen(bool mode)
void enableTboxSaveScreen(bool mode)
{
if (cc_txt_save_screen == mode)
return;