From 5f1046a2164fff00a6fc74aecf4cacbca531d415 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Jul 2013 23:12:41 +0100 Subject: Remove entirely untested colour LUT options. --- src/lib/util.cc | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/lib/util.cc') diff --git a/src/lib/util.cc b/src/lib/util.cc index 53c457898..305aae4f8 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -457,23 +457,6 @@ dcp_audio_frame_rate (int fs) return 96000; } -/** @param index Colour LUT index. - * @return Human-readable name. - */ -string -colour_lut_index_to_name (int index) -{ - switch (index) { - case 0: - return _("sRGB"); - case 1: - return _("Rec 709"); - } - - assert (false); - return N_(""); -} - Socket::Socket (int timeout) : _deadline (_io_service) , _socket (_io_service) -- cgit v1.2.3