diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-20 22:25:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-20 22:25:55 +0000 |
| commit | 13a693315da47ee8c1306c92f9af2e95d4e6829e (patch) | |
| tree | 4eda98c12ba36b0df450f7d3000d1ec0f52925ac /src/subtitle_content.h | |
| parent | 6e4224ae8c9efa7f9e56e511531b7f53d8bd4f9c (diff) | |
Basic comparison of subtitle assets; tweaks to InteropLoadFont.
Diffstat (limited to 'src/subtitle_content.h')
| -rw-r--r-- | src/subtitle_content.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/subtitle_content.h b/src/subtitle_content.h index 222d52cc..d5153a4c 100644 --- a/src/subtitle_content.h +++ b/src/subtitle_content.h @@ -46,11 +46,7 @@ public: boost::shared_ptr<const Asset>, EqualityOptions, boost::function<void (NoteType, std::string)> note - ) const { - /* XXX */ - note (DCP_ERROR, "subtitle content not compared yet"); - return true; - } + ) const; std::string language () const { return _language; |
