Re-work idle handling from previous commit.
[dcpomatic.git] / src / lib / dcp_content_type.h
index 5607475c07b26d3b5e19ab0022e11eed0438c7ca..2685e6edfd20b8857060ef1735fae36c74160754 100644 (file)
@@ -50,7 +50,6 @@ public:
                return _isdcf_name;
        }
 
-       static DCPContentType const * from_pretty_name (std::string);
        static DCPContentType const * from_isdcf_name (std::string);
        static DCPContentType const * from_index (int);
        static int as_index (DCPContentType const *);