Try to improve font rendering on Windows by using freetype for pango/cairo.
[dcpomatic.git] / src / lib / film.h
index 4656da9de81f08c04385a97f23fbbfff7f6db931..3fb24af934e5c999f84b4d49d55e1427b85c9808 100644 (file)
@@ -155,11 +155,6 @@ public:
 
        std::string subtitle_language () const;
 
-       void make_audio_mapping_default (
-               AudioMapping & mapping,
-               boost::optional<boost::filesystem::path> filename = boost::optional<boost::filesystem::path> ()
-               ) const;
-
        std::vector<std::string> audio_output_names () const;
 
        void repeat_content (ContentList, int);