summaryrefslogtreecommitdiff
path: root/src/lib/matcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/matcher.h')
-rw-r--r--src/lib/matcher.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lib/matcher.h b/src/lib/matcher.h
index 2f580b589..84ae2f73e 100644
--- a/src/lib/matcher.h
+++ b/src/lib/matcher.h
@@ -42,22 +42,6 @@ private:
boost::optional<libdcp::Size> _size;
boost::optional<int> _channels;
- struct VideoRecord {
- VideoRecord (boost::shared_ptr<Image> i, bool s, boost::shared_ptr<Subtitle> sub, double t)
- : image (i)
- , same (s)
- , subtitle (sub)
- , time (t)
- {}
-
- boost::shared_ptr<Image> image;
- bool same;
- boost::shared_ptr<Subtitle> subtitle;
- double time;
- };
-
- std::list<VideoRecord> _pending_video;
-
struct AudioRecord {
AudioRecord (boost::shared_ptr<AudioBuffers> a, double t)
: audio (a)