summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-24 16:27:55 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-24 16:27:55 +0000
commitabc30110ea12e3e60f45f13556e8eda36a350458 (patch)
tree30c02f209f474da4b9f3495d51ddc60d4b2f7ee6 /src/lib/decoder.cc
parent64dc289b343641fc37db51fcd6b3069078cb5edf (diff)
Tidy up playback slightly.
Diffstat (limited to 'src/lib/decoder.cc')
-rw-r--r--src/lib/decoder.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc
index 7f4973737..7102f2aa4 100644
--- a/src/lib/decoder.cc
+++ b/src/lib/decoder.cc
@@ -38,15 +38,6 @@ Decoder::Decoder (shared_ptr<const Film> f)
}
-class DecodedSorter
-{
-public:
- bool operator() (shared_ptr<Decoded> a, shared_ptr<Decoded> b)
- {
- return a->dcp_time < b->dcp_time;
- }
-};
-
shared_ptr<Decoded>
Decoder::peek ()
{