Make it OK to re-examine content with subtitles.
[dcpomatic.git] / src / lib / text_content.cc
index 9c925cbcfb6bb0c6849fba9a947c66c70e7fa36b..e91b7bcc039c7e8344414455a14883dd0a55301c 100644 (file)
@@ -664,3 +664,10 @@ TextContent::get_font(string id) const
        return *iter;
 }
 
+
+void
+TextContent::clear_fonts()
+{
+       _fonts.clear();
+}
+