mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
neutrino.cpp: remove unused g_volscale
Origin commit data
------------------
Commit: 194558d0a7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user