summaryrefslogtreecommitdiff
path: root/src/lib/render_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/render_text.h')
-rw-r--r--src/lib/render_text.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/render_text.h b/src/lib/render_text.h
index 07a97bb40..6ff91dce1 100644
--- a/src/lib/render_text.h
+++ b/src/lib/render_text.h
@@ -28,6 +28,4 @@ namespace dcpomatic {
}
std::string marked_up (std::list<StringText> subtitles, int target_height, float fade_factor, std::string font_name);
-std::list<PositionImage> render_text (
- std::list<StringText>, std::list<std::shared_ptr<dcpomatic::Font> > fonts, dcp::Size, dcpomatic::DCPTime, int
- );
+std::list<PositionImage> render_text (std::list<StringText>, dcp::Size, dcpomatic::DCPTime, int);