From 7ff45bcaec02d5b2decd95041e7ed62fad13c760 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 30 Aug 2012 17:57:23 +0400 Subject: [PATCH] driver/record.cpp: remove not needed struct init Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/338fd16ec764707563d7da765423c2379fe503ef Author: [CST] Focus Date: 2012-08-30 (Thu, 30 Aug 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/record.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/driver/record.cpp b/src/driver/record.cpp index f10f922d3..b11a6fbb1 100644 --- a/src/driver/record.cpp +++ b/src/driver/record.cpp @@ -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)