From 57c3761619128cf2aa82db3e8668a8bfd91d4ec7 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 22 Apr 2015 17:39:00 +0200 Subject: [PATCH] CProgressBar: remove unused member --- src/gui/components/cc_item_progressbar.h | 3 --- 1 file changed, 3 deletions(-) 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;