Remove old unused stuff.
[dcpomatic.git] / src / lib / decoder.h
index e81fbb24ec5ea4d43544222b963054fecb144d13..f530de0ebaeb89adff237391624b337afdc7531a 100644 (file)
@@ -56,8 +56,6 @@ public:
 
        /* Methods to query our input video */
 
-       /** @return length in video frames */
-       virtual int length_in_frames () const = 0;
        /** @return video frames per second, or 0 if unknown */
        virtual float frames_per_second () const = 0;
        /** @return native size in pixels */