CProgressBar: remove unused member

This commit is contained in:
2015-04-22 17:39:00 +02:00
committed by svenhoefer
parent a29b8e7982
commit 57c3761619

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;