CProgressBar: remove wrong intital value for frame thickness

Default value is 0, and should remain as specified in the base class.
This commit is contained in:
2013-04-05 21:19:20 +02:00
parent adfbfe079c
commit 210ae1491d

View File

@@ -78,7 +78,6 @@ void CProgressBar::initVarProgressbar()
//CComponentsItem
initVarItem();
cc_item_type = CC_ITEMTYPE_PROGRESSBAR;
fr_thickness = 2;
//CProgressBar
pb_blink = false;