X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fformat.h;fp=src%2Flib%2Fformat.h;h=d45a3a10acc4bc6f6c3d2ebf64be445d9b6c0f07;hp=f240c89fc85db4b76ee45f34291e8294dfdbd5b4;hb=cd4a82d90677cec80e891ac190000cb70767446f;hpb=2cc2dc2aeaec62a4983991170fc5368e10d21748 diff --git a/src/lib/format.h b/src/lib/format.h index f240c89fc..d45a3a10a 100644 --- a/src/lib/format.h +++ b/src/lib/format.h @@ -67,10 +67,7 @@ public: return _dci_name; } - std::string as_metadata () const; - static Format const * from_nickname (std::string n); - static Format const * from_metadata (std::string m); static Format const * from_id (std::string i); static std::vector all (); static void setup_formats ();