summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-06 20:36:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-07 00:04:51 +0000
commit9e7ff6a7e4415ce18b7a68c857bdb86f142a8e5d (patch)
tree74dddaa383d66fdc9f1eded4a62a6101da201dc7 /include
parent92a1ad1f36b6d3cc13135a8c0805508933011577 (diff)
coverity#1398371 Useless call
Change-Id: I3614bb162cec889ee102e0284b6a3a33a98df470
Diffstat (limited to 'include')
-rw-r--r--include/basegfx/color/bcolortools.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/basegfx/color/bcolortools.hxx b/include/basegfx/color/bcolortools.hxx
index 2f4222f73040..64cdc95fd789 100644
--- a/include/basegfx/color/bcolortools.hxx
+++ b/include/basegfx/color/bcolortools.hxx
@@ -39,10 +39,6 @@ namespace basegfx
BASEGFX_DLLPUBLIC BColor rgb2hsv(const BColor& rRGBColor);
/// Transform from HSV to RGB
BASEGFX_DLLPUBLIC BColor hsv2rgb(const BColor& rHSVColor);
-
- /// Transform from Rec. 709 RGB (D65 white point) into CIE XYZ
- BASEGFX_DLLPUBLIC BColor rgb2ciexyz( const BColor& rRGBColor );
-
}
} // end of namespace basegfx