Fix the header guard and tidy up.
[dcpomatic.git] / src / lib / types.h
index 3cd8768e80f180f50fbf5e06a91467fd195aed5a..9b322bdaeea5da81ebec291135b1a12b10db9962 100644 (file)
@@ -131,13 +131,6 @@ enum class ReelType
        BY_LENGTH
 };
 
-enum class ChangeType
-{
-       PENDING,
-       DONE,
-       CANCELLED
-};
-
 
 enum class VideoRange
 {
@@ -178,7 +171,6 @@ enum class ExportFormat
 {
        PRORES,
        H264_AAC,
-       H264_PCM,
        SUBTITLES_DCP
 };