CImageInfo: remove superfluous assign of footer color

Is default assigned with same color.
This commit is contained in:
2014-04-27 16:30:26 +02:00
parent 43637941ac
commit 09e529741a

View File

@@ -184,7 +184,6 @@ void CImageInfo::ShowWindow()
cc_win = new CComponentsWindowMax(LOCALE_IMAGEINFO_HEAD, NEUTRINO_ICON_INFO, 0, CC_SHADOW_ON);
cc_win->setWindowHeaderButtons(CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT);
footer = cc_win->getFooterObject();
footer->setColorBody(COL_INFOBAR_SHADOW_PLUS_1);
int h_footer = footer->getHeight();
btn_red = new CComponentsButtonRed(10, CC_CENTERED, 250, h_footer-h_footer/4, LOCALE_BUILDINFO_MENU, footer, false , true, false, footer->getColorBody(), footer->getColorBody());
}