diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 15:42:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 15:42:17 +0100 |
| commit | 5e8f1fb8d6dac786983a8e96cc6ee119506c200a (patch) | |
| tree | c50677a144f7a63e3be8ef4fa1e2335939a98f54 /src/lib | |
| parent | 6e10de6161f783de85bbaf59824a29026d524e55 (diff) | |
Remove unused declaration.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/writer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 1094dee3c..15fa0d33f 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -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); |
