Remove unused declaration.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 14:42:17 +0000 (15:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 14:42:17 +0000 (15:42 +0100)
src/lib/writer.h

index 1094dee3cc70505ab3ba982a8e5b07d421b065cf..15fa0d33f93e3e2235f29e60a87913c447d26149 100644 (file)
@@ -98,7 +98,6 @@ public:
        void write (boost::shared_ptr<const AudioBuffers>);
        void write (PlayerSubtitles subs);
        void write (std::list<boost::shared_ptr<Font> > fonts);
-       void repeat (int f, Eyes);
        void finish ();
 
        void set_encoder_threads (int threads);