mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user