driver/record.cpp: remove not needed struct init

Origin commit data
------------------
Branch: ni/coolstream
Commit: 338fd16ec7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 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-08-30 17:57:23 +04:00
parent 1397b7ae47
commit 7ff45bcaec

View File

@@ -397,8 +397,6 @@ record_error_msg_t CRecordInstance::Record()
{ {
int pre=0, post=0; int pre=0, post=0;
CEPGData epgData; CEPGData epgData;
epgData.epg_times.startzeit = 0;
epgData.epg_times.dauer = 0;
if (CEitManager::getInstance()->getActualEPGServiceKey(channel_id, &epgData )) { if (CEitManager::getInstance()->getActualEPGServiceKey(channel_id, &epgData )) {
g_Timerd->getRecordingSafety(pre, post); g_Timerd->getRecordingSafety(pre, post);
if (epgData.epg_times.startzeit > 0) if (epgData.epg_times.startzeit > 0)