mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +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;
|
||||
|
@@ -70,7 +70,7 @@ class CBuildInfo : public CMenuTarget, public CComponentsWindow
|
||||
};
|
||||
|
||||
CBuildInfo();
|
||||
~CBuildInfo();
|
||||
|
||||
///assigns text Font type
|
||||
void setFontType(Font* font_text);
|
||||
build_info_t getInfo(const info_type_id_t& type_id);
|
||||
|
Reference in New Issue
Block a user