summaryrefslogtreecommitdiff
path: root/basegfx/test
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 /basegfx/test
parent92a1ad1f36b6d3cc13135a8c0805508933011577 (diff)
coverity#1398371 Useless call
Change-Id: I3614bb162cec889ee102e0284b6a3a33a98df470
Diffstat (limited to 'basegfx/test')
-rw-r--r--basegfx/test/basegfx2d.cxx13
1 files changed, 0 insertions, 13 deletions
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