scanepg: fix unused variable warning

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0481b1f2af
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-10 (Sun, 10 Nov 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-11-10 19:48:22 +01:00
committed by vanhofen
parent fa17927b89
commit 5e6d20e96f

View File

@@ -238,7 +238,10 @@ void CEpgScan::Next()
send zapTo_NOWAIT -> EIT_COMPLETE from sectionsd -> zap and this at the same time
*/
CFEManager::getInstance()->Lock();
CFrontend *live_fe = NULL, *pip_fe = NULL;
CFrontend *live_fe = NULL;
#ifdef ENABLE_PIP
CFrontend *pip_fe = NULL;
#endif
if (!standby) {
locked = true;
live_fe = CZapit::getInstance()->GetLiveFrontend();