Remove entirely untested colour LUT options.
[dcpomatic.git] / src / lib / util.h
index 57dc0f783e087b3905a0c51cd16222fc4ac0783c..d9c88293e4c9069d61cf500b7140a9ff28385ed0 100644 (file)
@@ -107,7 +107,6 @@ struct FrameRateConversion
 };
 
 extern int dcp_audio_frame_rate (int);
-extern std::string colour_lut_index_to_name (int index);
 extern int stride_round_up (int, int const *, int);
 extern int stride_lookup (int c, int const * stride);
 extern std::multimap<std::string, std::string> read_key_value (std::istream& s);