mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
driver/record.cpp: remove not needed struct init
Origin commit data
------------------
Commit: 338fd16ec7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)
This commit is contained in:
@@ -397,8 +397,6 @@ record_error_msg_t CRecordInstance::Record()
|
||||
{
|
||||
int pre=0, post=0;
|
||||
CEPGData epgData;
|
||||
epgData.epg_times.startzeit = 0;
|
||||
epgData.epg_times.dauer = 0;
|
||||
if (CEitManager::getInstance()->getActualEPGServiceKey(channel_id, &epgData )) {
|
||||
g_Timerd->getRecordingSafety(pre, post);
|
||||
if (epgData.epg_times.startzeit > 0)
|
||||
|
Reference in New Issue
Block a user