components: remove initVarForm calls in classes derived from CComponentsForm

This commit is contained in:
[CST] Focus
2013-11-27 18:54:11 +04:00
parent 83649513af
commit 062b10be2a
9 changed files with 2 additions and 13 deletions

View File

@@ -77,7 +77,6 @@ void CComponentsExtTextForm::initVarExtTextForm(const int x_pos, const int y_pos
fb_pixel_t text_color,
fb_pixel_t color_frame, fb_pixel_t color_body, fb_pixel_t color_shadow)
{
initVarForm();
cc_item_type = CC_ITEMTYPE_FRM_EXT_TEXT;
x = x_pos;
y = y_pos;