components: cleanup destructors - remove calls to functions,

already called inside base classes destructors


Origin commit data
------------------
Branch: ni/coolstream
Commit: dd7c7fc7ae
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-29 (Fri, 29 Nov 2013)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-11-29 12:18:43 +04:00
parent 097cf83117
commit 94a9bb4141
8 changed files with 0 additions and 21 deletions

View File

@@ -126,7 +126,6 @@ CComponentsHeader::~CComponentsHeader()
printf("[~CComponentsHeader] [%s - %d] delete...\n", __FUNCTION__, __LINE__);
#endif
v_cch_btn.clear();
cleanCCForm();
}
void CComponentsHeader::setCaption(const std::string& caption, const int& align_mode)