From: Andreas Oberritter Date: Tue, 25 Mar 2008 23:59:57 +0000 (+0000) Subject: remove unused variable 'delta' X-Git-Tag: 2.6.0~1424 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/93ff1a63d34e62db3f83779de962b13a0464500f remove unused variable 'delta' --- diff --git a/lib/dvb/pvrparse.cpp b/lib/dvb/pvrparse.cpp index a6be5c3e..1b827d3c 100644 --- a/lib/dvb/pvrparse.cpp +++ b/lib/dvb/pvrparse.cpp @@ -219,7 +219,6 @@ pts_t eMPEGStreamInformation::getInterpolated(off_t offset) off_t eMPEGStreamInformation::getAccessPoint(pts_t ts) { /* FIXME: more efficient implementation */ - pts_t delta = 0; off_t last = 0; for (std::map::const_iterator i(m_access_points.begin()); i != m_access_points.end(); ++i) {