Present fixed formats with video content and variable formats with stills.
[dcpomatic.git] / src / lib / format.h
index 6172dc57d43b3b67881856a14d7d908c29b24b62..fd6cdbece31b1ffb51db910fa77493a98228aa38 100644 (file)
@@ -71,9 +71,7 @@ public:
 
        static Format const * from_nickname (std::string n);
        static Format const * from_metadata (std::string m);
-       static Format const * from_index (int i);
        static Format const * from_id (std::string i);
-       static int as_index (Format const * f);
        static std::vector<Format const *> all ();
        static void setup_formats ();