From 194558d0a7529e856d3295015ffaa4b0e852b6fc Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 3 May 2012 17:37:19 +0400 Subject: [PATCH] neutrino.cpp: remove unused g_volscale --- src/neutrino.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index a5fd7cdf1..1adb7c2f7 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -129,7 +129,6 @@ bool autoshift = false; uint32_t scrambled_timer; t_channel_id standby_channel_id; -static CProgressBar *g_volscale; //NEW static pthread_t timer_thread; void * timerd_main_thread(void *data); @@ -1890,7 +1889,6 @@ TIMER_START(); int dx, dy; frameBuffer->getIconSize(NEUTRINO_ICON_VOLUME, &dx, &dy); - g_volscale = new CProgressBar(true, dy * 125 / 10, dy, 50, 100, 80, true); g_CamHandler = new CCAMMenuHandler(); g_CamHandler->init();