CComponentsHeader/Icon: use inherited destructor

Inherited destructor contains identic code.


Origin commit data
------------------
Commit: da356d94da
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
This commit is contained in:
2013-03-10 21:22:07 +01:00
parent 078e3414cc
commit b35eeb6c3c
4 changed files with 17 additions and 19 deletions

View File

@@ -86,16 +86,7 @@ CComponentsHeader::CComponentsHeader( const int x_pos, const int y_pos, const in
initCCHItems();
}
#if 0
CComponentsHeader::~CComponentsHeader()
{
hide();
clearSavedScreen();
clearCCItems();
clear();
}
#endif
void CComponentsHeader::initVarHeader()
{
//CComponentsHeader