Fix incorrect alpha step used for RGBA64 sources.
[dcpomatic.git] / src / lib / dcp_examiner.h
index 54e283548a49f031a030df4b8b4e823f31bab33b..444fb7567f6947098645591802da349f54aaacac 100644 (file)
@@ -27,7 +27,6 @@
 #include "audio_examiner.h"
 #include "dcp_text_track.h"
 #include "dcpomatic_assert.h"
-#include "font_id_allocator.h"
 #include "video_examiner.h"
 #include <dcp/dcp_time.h>
 #include <dcp/rating.h>
@@ -224,5 +223,4 @@ private:
        };
 
        std::vector<Font> _fonts;
-       FontIDAllocator _font_id_allocator;
 };