summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-24 10:49:28 +0200
committerNoel Grandin <noel@peralex.com>2015-03-24 10:51:22 +0200
commit858e455634ebfff8ef7b65a9c97d3bc8240cd094 (patch)
tree688dd5dbe73ee53ef4b84124632e045045b404d1 /basebmp
parenta6df3c0babf409d8fc0bf52efd9c2fa74a95998e (diff)
loplugin:constantfunction: various
Change-Id: I6eddda9f4b31c7ce413c328b6a857a81bd222eed
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/test/masktest.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/basebmp/test/masktest.cxx b/basebmp/test/masktest.cxx
index 94c11307def7..7b4559cd6784 100644
--- a/basebmp/test/masktest.cxx
+++ b/basebmp/test/masktest.cxx
@@ -133,17 +133,12 @@ public:
implTestMaskBasics( mpDevice1bpp, mpMask );
}
- void testMaskClip()
- {
- }
-
// 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.
CPPUNIT_TEST_SUITE(MaskTest);
CPPUNIT_TEST(testMaskBasics);
- CPPUNIT_TEST(testMaskClip);
CPPUNIT_TEST_SUITE_END();
};