summaryrefslogtreecommitdiff
path: root/src/stl_text_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stl_text_writer.h')
-rw-r--r--src/stl_text_writer.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/stl_text_writer.h b/src/stl_text_writer.h
index a3020f6..d44696f 100644
--- a/src/stl_text_writer.h
+++ b/src/stl_text_writer.h
@@ -17,15 +17,10 @@
*/
-#include "writer.h"
#include "subtitle.h"
namespace sub {
-class STLTextWriter : public Writer
-{
-public:
- STLTextWriter (std::list<Subtitle> subtitles, int screen_height_in_points, float frames_per_second, std::ostream &);
-};
+extern void write_stl_text (std::list<Subtitle> subtitles, int screen_height_in_points, float frames_per_second, std::ostream &);
}