summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 71ae1401..038ff1fa 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -127,10 +127,6 @@ public:
std::list<boost::shared_ptr<Subtitle> > subtitles_at (Time t) const;
- std::list<boost::shared_ptr<FontNode> > font_nodes () const {
- return _font_nodes;
- }
-
private:
std::string font_id_to_name (std::string id, std::list<boost::shared_ptr<LoadFontNode> > const & load_font_nodes) const;
@@ -138,7 +134,6 @@ private:
std::string _movie_title;
int64_t _reel_number;
std::string _language;
- std::list<boost::shared_ptr<FontNode> > _font_nodes;
std::list<boost::shared_ptr<Subtitle> > _subtitles;
};