diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-06 20:36:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-07 00:04:51 +0000 |
commit | 9e7ff6a7e4415ce18b7a68c857bdb86f142a8e5d (patch) | |
tree | 74dddaa383d66fdc9f1eded4a62a6101da201dc7 /include | |
parent | 92a1ad1f36b6d3cc13135a8c0805508933011577 (diff) |
coverity#1398371 Useless call
Change-Id: I3614bb162cec889ee102e0284b6a3a33a98df470
Diffstat (limited to 'include')
-rw-r--r-- | include/basegfx/color/bcolortools.hxx | 4 |
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 |