From 9e7ff6a7e4415ce18b7a68c857bdb86f142a8e5d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 6 Jan 2017 20:36:56 +0000 Subject: coverity#1398371 Useless call Change-Id: I3614bb162cec889ee102e0284b6a3a33a98df470 --- basegfx/test/basegfx2d.cxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'basegfx/test') diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index 502f7844c7f4..b0b27efe14ae 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.cxx @@ -1211,18 +1211,6 @@ public: tools::rgb2hsv(BColor(.5,.25,.25)) == BColor(0,.5,.5)); } - void ciexyzTest() - { - tools::rgb2ciexyz(maWhite); - tools::rgb2ciexyz(maBlack); - tools::rgb2ciexyz(maRed); - tools::rgb2ciexyz(maGreen); - tools::rgb2ciexyz(maBlue); - tools::rgb2ciexyz(maYellow); - tools::rgb2ciexyz(maMagenta); - tools::rgb2ciexyz(maCyan); - } - // Change the following lines only, if you add, remove or rename // member functions of the current class, // because these macros are need by auto register mechanism. @@ -1230,7 +1218,6 @@ public: CPPUNIT_TEST_SUITE(bcolor); CPPUNIT_TEST(hslTest); CPPUNIT_TEST(hsvTest); - CPPUNIT_TEST(ciexyzTest); CPPUNIT_TEST_SUITE_END(); }; // class b2dvector -- cgit