summaryrefslogtreecommitdiff
path: root/src/subtitle_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_content.h')
-rw-r--r--src/subtitle_content.h6
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;