mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
scanepg: fix unused variable warning
Origin commit data
------------------
Commit: 0481b1f2af
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-10 (Sun, 10 Nov 2013)
This commit is contained in:
committed by
vanhofen
parent
68e18e35d3
commit
548682c664
@@ -238,7 +238,10 @@ void CEpgScan::Next()
|
|||||||
send zapTo_NOWAIT -> EIT_COMPLETE from sectionsd -> zap and this at the same time
|
send zapTo_NOWAIT -> EIT_COMPLETE from sectionsd -> zap and this at the same time
|
||||||
*/
|
*/
|
||||||
CFEManager::getInstance()->Lock();
|
CFEManager::getInstance()->Lock();
|
||||||
CFrontend *live_fe = NULL, *pip_fe = NULL;
|
CFrontend *live_fe = NULL;
|
||||||
|
#ifdef ENABLE_PIP
|
||||||
|
CFrontend *pip_fe = NULL;
|
||||||
|
#endif
|
||||||
if (!standby) {
|
if (!standby) {
|
||||||
locked = true;
|
locked = true;
|
||||||
live_fe = CZapit::getInstance()->GetLiveFrontend();
|
live_fe = CZapit::getInstance()->GetLiveFrontend();
|
||||||
|
Reference in New Issue
Block a user