mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CProgressBar: remove unused member
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user