summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp_subtitle_content.cc')
-rw-r--r--src/lib/dcp_subtitle_content.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc
index 351d8c26e..e814946f4 100644
--- a/src/lib/dcp_subtitle_content.cc
+++ b/src/lib/dcp_subtitle_content.cc
@@ -84,12 +84,6 @@ DCPSubtitleContent::technical_summary () const
return Content::technical_summary() + " - " + _("DCP XML subtitles");
}
-string
-DCPSubtitleContent::information () const
-{
-
-}
-
void
DCPSubtitleContent::as_xml (xmlpp::Node* node) const
{