CProgressBar: remove unused member

Origin commit data
------------------
Branch: ni/coolstream
Commit: 57c3761619
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-22 (Wed, 22 Apr 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2015-04-22 17:39:00 +02:00
committed by vanhofen
parent 35e39e2efe
commit ee30bfb611

View File

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