mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
Merge remote-tracking branch 'check/next-cc'
This commit is contained in:
@@ -57,11 +57,6 @@ void CBuildInfo::initVarBuildInfo()
|
||||
shadow = true;
|
||||
}
|
||||
|
||||
CBuildInfo::~CBuildInfo()
|
||||
{
|
||||
cleanCCForm();
|
||||
}
|
||||
|
||||
|
||||
int CBuildInfo::exec(CMenuTarget* parent, const string & /*actionKey*/)
|
||||
{
|
||||
@@ -174,7 +169,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