summaryrefslogtreecommitdiff
path: root/src/lib/moving_image_examiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/moving_image_examiner.h')
-rw-r--r--src/lib/moving_image_examiner.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/moving_image_examiner.h b/src/lib/moving_image_examiner.h
index db6845ee5..4c2cfa003 100644
--- a/src/lib/moving_image_examiner.h
+++ b/src/lib/moving_image_examiner.h
@@ -35,13 +35,8 @@ public:
libdcp::Size video_size () const;
VideoContent::Frame video_length () const;
- std::vector<boost::filesystem::path> const & files () const {
- return _files;
- }
-
private:
boost::weak_ptr<const Film> _film;
boost::optional<libdcp::Size> _video_size;
VideoContent::Frame _video_length;
- std::vector<boost::filesystem::path> _files;
};