neutrino.cpp: remove unused g_volscale

Origin commit data
------------------
Branch: ni/coolstream
Commit: 194558d0a7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-05-03 17:37:19 +04:00
parent 2df7d2db1d
commit 4cebe19790

View File

@@ -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();