diff --git a/src/gui/components/cc_item_progressbar.h b/src/gui/components/cc_item_progressbar.h index 842bcbc63..4901f1260 100644 --- a/src/gui/components/cc_item_progressbar.h +++ b/src/gui/components/cc_item_progressbar.h @@ -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;