diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2008-03-25 23:59:57 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2008-03-25 23:59:57 +0000 |
| commit | 93ff1a63d34e62db3f83779de962b13a0464500f (patch) | |
| tree | edf2fa581a4e7cdd0ac1ad495b679e86bc83b7bb | |
| parent | 269650875b8f6de6a660b1d00cdbbdd7d0921cf8 (diff) | |
| download | enigma2-93ff1a63d34e62db3f83779de962b13a0464500f.tar.gz enigma2-93ff1a63d34e62db3f83779de962b13a0464500f.zip | |
remove unused variable 'delta'
| -rw-r--r-- | lib/dvb/pvrparse.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<off_t, pts_t>::const_iterator i(m_access_points.begin()); i != m_access_points.end(); ++i) { |
