mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CBuildInfo: remove destructor
CBuildInfo using already inherited destructor from CComponentsForm.
Origin commit data
------------------
Commit: a6c2518017
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)
This commit is contained in:
@@ -55,11 +55,6 @@ void CBuildInfo::initVarBuildInfo()
|
||||
shadow = true;
|
||||
}
|
||||
|
||||
CBuildInfo::~CBuildInfo()
|
||||
{
|
||||
cleanCCForm();
|
||||
}
|
||||
|
||||
|
||||
int CBuildInfo::exec(CMenuTarget* parent, const string & /*actionKey*/)
|
||||
{
|
||||
@@ -172,7 +167,7 @@ void CBuildInfo::InitInfoItems()
|
||||
return;
|
||||
|
||||
//ensure a clean body
|
||||
ccw_body->clearCCItems();
|
||||
ccw_body->clear();
|
||||
|
||||
//define size and position
|
||||
int x_info = 10;
|
||||
|
Reference in New Issue
Block a user