summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 21:00:30 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 21:00:30 +0100
commit414c44166031003b29d1b0b2fd2c9748a63260b4 (patch)
treef9d955142f6c982ce1f6db0b71d0a4c10bdbfea5 /src/util.h
parentf28303e1f00075841ac00fe4bb18ca37cbf1a7af (diff)
Move XYZ/RGB function to its own source file.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index e712d6fa..8a9140c6 100644
--- a/src/util.h
+++ b/src/util.h
@@ -65,7 +65,6 @@ extern std::string content_kind_to_string (ContentKind kind);
extern ContentKind content_kind_from_string (std::string kind);
extern bool empty_or_white_space (std::string s);
extern boost::shared_ptr<XYZFrame> decompress_j2k (uint8_t* data, int64_t size, int reduce);
-extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (boost::shared_ptr<const XYZFrame>, boost::shared_ptr<const GammaLUT>, boost::shared_ptr<const GammaLUT>);
extern void init ();