From 824bc8913e71309b28c92ebc5c639bc356a8cdf5 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 15 Mar 2013 23:00:29 +0100 Subject: [PATCH] CComponentsHeader: remove unused lines --- src/gui/components/cc_frm_header.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/components/cc_frm_header.cpp b/src/gui/components/cc_frm_header.cpp index ef2f38639..a189cd055 100644 --- a/src/gui/components/cc_frm_header.cpp +++ b/src/gui/components/cc_frm_header.cpp @@ -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);