CComponentsTitlebar: remove init of shadow

is allready inititalized in initVarContainer() (initVarBasic()) with
default value CC_SHADOW_OFF,
This commit is contained in:
2012-08-26 12:50:13 +02:00
parent 136885722a
commit 354d835156

View File

@@ -814,7 +814,6 @@ CComponentsTitlebar::CComponentsTitlebar( const int x_pos, const int y_pos, cons
y = y_pos;
height = h;
width = w;
shadow = 0;
shadow_w = 0;
// col_body = color_body;
col_body = COL_MENUHEAD_PLUS_0;