summaryrefslogtreecommitdiff
path: root/basegfx/test/boxclipper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/boxclipper.cxx')
-rw-r--r--basegfx/test/boxclipper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basegfx/test/boxclipper.cxx b/basegfx/test/boxclipper.cxx
index 57cbd3fad07d..7ce2acf719e9 100644
--- a/basegfx/test/boxclipper.cxx
+++ b/basegfx/test/boxclipper.cxx
@@ -57,7 +57,6 @@ inline bool compare(const B2DPoint& left, const B2DPoint& right)
|| (left.getX()==right.getX() && left.getY()<right.getY());
}
-
class boxclipper : public CppUnit::TestFixture
{
private:
@@ -428,7 +427,6 @@ public:
CPPUNIT_TEST_SUITE_END();
};
-
CPPUNIT_TEST_SUITE_REGISTRATION(basegfx2d::boxclipper);
} // namespace basegfx2d