diff options
Diffstat (limited to 'src/lib/text_subtitle_content.cc')
| -rw-r--r-- | src/lib/text_subtitle_content.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/text_subtitle_content.cc b/src/lib/text_subtitle_content.cc index 37ad5649a..24a328d08 100644 --- a/src/lib/text_subtitle_content.cc +++ b/src/lib/text_subtitle_content.cc @@ -34,8 +34,6 @@ using std::string; using std::cout; using boost::shared_ptr; -std::string const TextSubtitleContent::font_id = "font"; - TextSubtitleContent::TextSubtitleContent (shared_ptr<const Film> film, boost::filesystem::path path) : Content (film, path) { @@ -60,7 +58,7 @@ TextSubtitleContent::examine (boost::shared_ptr<Job> job) boost::mutex::scoped_lock lm (_mutex); _length = s.length (); - subtitle->add_font (shared_ptr<Font> (new Font (font_id))); + subtitle->add_font (shared_ptr<Font> (new Font (TEXT_FONT_ID))); } string |
