remove unused variable 'delta'
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 25 Mar 2008 23:59:57 +0000 (23:59 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 25 Mar 2008 23:59:57 +0000 (23:59 +0000)
lib/dvb/pvrparse.cpp

index a6be5c3..1b827d3 100644 (file)
@@ -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<off_t, pts_t>::const_iterator i(m_access_points.begin()); i != m_access_points.end(); ++i)
        {