diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 23:12:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 23:12:41 +0100 |
| commit | 5f1046a2164fff00a6fc74aecf4cacbca531d415 (patch) | |
| tree | c166fd8ecabede8c954e7289723aa9872d3c826a /src/lib/util.h | |
| parent | 07ba15f367b36d17ec60edf77aa57fd20ee76740 (diff) | |
Remove entirely untested colour LUT options.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 57dc0f783..d9c88293e 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -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); |
