CComponentsHeader: remove unused lines

This commit is contained in:
2013-03-15 23:00:29 +01:00
parent eee2cd0d41
commit 824bc8913e

View File

@@ -280,10 +280,7 @@ void CComponentsHeader::initCCHeaderText()
if (cch_text_obj){
cch_text_obj->setText(cch_text, CTextBox::AUTO_WIDTH, cch_font);
cch_text_obj->setDimensionsAll(cch_text_x, cch_items_y, width-cch_icon_w-fr_thickness, height-2*fr_thickness);
// cch_text_obj->setTextFont(cch_font)
cch_text_obj->setTextColor(cch_col_text);
// cch_text_obj->setTextMode(CTextBox::AUTO_WIDTH);
cch_text_obj->setColorBody(col_body);
cch_text_obj->doPaintBg(false);