CProgressBar: remove wrong intital value for frame thickness

Default value is 0, and should remain as specified in the base class.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 210ae1491d
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-05 (Fri, 05 Apr 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-04-05 21:19:20 +02:00
parent 81953e4bb6
commit e6a024d11e

View File

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