summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 23:12:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 23:12:41 +0100
commit5f1046a2164fff00a6fc74aecf4cacbca531d415 (patch)
treec166fd8ecabede8c954e7289723aa9872d3c826a /src/lib/util.cc
parent07ba15f367b36d17ec60edf77aa57fd20ee76740 (diff)
Remove entirely untested colour LUT options.
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc17
1 files changed, 0 insertions, 17 deletions
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)