Remove debug code.
[dcpomatic.git] / src / lib / subtitle_content.h
index 92d072ca6540aa0bdfcde06766f96c193655c532..7d4a385c97c61c52e537f57ef2bb801ed9cd2c7f 100644 (file)
@@ -36,7 +36,7 @@ public:
        SubtitleContent (boost::shared_ptr<const Film>, boost::filesystem::path);
        SubtitleContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int version);
        SubtitleContent (boost::shared_ptr<const Film>, std::vector<boost::shared_ptr<Content> >);
-       
+
        void as_xml (xmlpp::Node *) const;
 
        void set_subtitle_x_offset (double);
@@ -57,7 +57,7 @@ public:
                boost::mutex::scoped_lock lm (_mutex);
                return _subtitle_scale;
        }
-       
+
 private:
        friend class ffmpeg_pts_offset_test;