Remove unused code.
[dcpomatic.git] / src / lib / dcp_subtitle_content.cc
index 351d8c26ef8e07b958b2c2323f7a2893ede12b99..e814946f4ca1e58d6ee7fcd4791ae25713838782 100644 (file)
@@ -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
 {