X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypes.h;h=f2a79b2fdcbd879c25f7484ec918afc1d8130f95;hb=345df3ae8254f25299c2fc2022b1143d444f9a56;hp=9b322bdaeea5da81ebec291135b1a12b10db9962;hpb=f7b6c0595fe13be3f4a10bcce88dd895b1111b57;p=dcpomatic.git diff --git a/src/lib/types.h b/src/lib/types.h index 9b322bdae..f2a79b2fd 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -167,13 +167,6 @@ extern std::string text_type_to_string (TextType t); extern std::string text_type_to_name (TextType t); extern TextType string_to_text_type (std::string s); -enum class ExportFormat -{ - PRORES, - H264_AAC, - SUBTITLES_DCP -}; - /** @struct Crop * @brief A description of the crop of an image or video. */