From 93ff1a63d34e62db3f83779de962b13a0464500f Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 25 Mar 2008 23:59:57 +0000 Subject: remove unused variable 'delta' --- lib/dvb/pvrparse.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/dvb/pvrparse.cpp') 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) { -- cgit v1.2.3