components: cleanup destructors - remove calls to functions,

already called inside base classes destructors


Origin commit data
------------------
Commit: dd7c7fc7ae
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-29 (Fri, 29 Nov 2013)
This commit is contained in:
[CST] Focus
2013-11-29 12:18:43 +04:00
parent 74b1a181c5
commit d1a54573ae
8 changed files with 0 additions and 21 deletions

View File

@@ -66,22 +66,12 @@ CComponentsInfoBox::CComponentsInfoBox(const int x_pos, const int y_pos, const i
CComponentsInfoBox::~CComponentsInfoBox()
{
#if 0 // called from base (CComponentsText) dtor
hide();
clearSavedScreen();
clearCCText();
clear();
#endif
delete pic;
delete cctext;
}
void CComponentsInfoBox::initVarInfobox()
{
//CComponents, CComponentsItem, CComponentsText
#if 0 // called from base (CComponentsText) ctor
initVarText();
#endif
cc_item_type = CC_ITEMTYPE_TEXT_INFOBOX;
//CComponentsInfoBox