CProgressBar: remove unused member

Origin commit data
------------------
Commit: 57c3761619
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-22 (Wed, 22 Apr 2015)
This commit is contained in:
2015-04-22 17:39:00 +02:00
committed by vanhofen
parent 457ce777cb
commit addeddd809

View File

@@ -55,9 +55,6 @@
class CProgressBar : public CComponentsItem
{
protected:
void initVarProgressbar();
private:
///colors of active and passive bar area, active means the displayed value, passive the neutral area
fb_pixel_t pb_active_col, pb_passive_col;