From 5cc959c4241982f47ca155f0070fdd15a65b6b53 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 10 Nov 2010 08:23:49 +0100 Subject: remove commented-out leftovers from testshl2 --- basebmp/test/bmpmasktest.cxx | 7 ------- basebmp/test/bmptest.cxx | 7 ------- basebmp/test/cliptest.cxx | 7 ------- basebmp/test/filltest.cxx | 7 ------- basebmp/test/linetest.cxx | 7 ------- basebmp/test/masktest.cxx | 7 ------- basebmp/test/polytest.cxx | 7 ------- 7 files changed, 49 deletions(-) (limited to 'basebmp') diff --git a/basebmp/test/bmpmasktest.cxx b/basebmp/test/bmpmasktest.cxx index 18db80442707..6c6b0661db3a 100644 --- a/basebmp/test/bmpmasktest.cxx +++ b/basebmp/test/bmpmasktest.cxx @@ -184,11 +184,4 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(BmpMaskTest); } - -// ----------------------------------------------------------------------------- - -// this macro creates an empty function, which will called by the RegisterAllFunctions() -// to let the user the possibility to also register some functions by hand. -//NOADDITIONAL; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basebmp/test/bmptest.cxx b/basebmp/test/bmptest.cxx index e6119a10c0eb..65b9d82ec22a 100644 --- a/basebmp/test/bmptest.cxx +++ b/basebmp/test/bmptest.cxx @@ -211,11 +211,4 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(BmpTest); } - -// ----------------------------------------------------------------------------- - -// this macro creates an empty function, which will called by the RegisterAllFunctions() -// to let the user the possibility to also register some functions by hand. -//NOADDITIONAL; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basebmp/test/cliptest.cxx b/basebmp/test/cliptest.cxx index ff9d2d435ebf..aae5ff12ed8f 100644 --- a/basebmp/test/cliptest.cxx +++ b/basebmp/test/cliptest.cxx @@ -277,11 +277,4 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(ClipTest); } - -// ----------------------------------------------------------------------------- - -// this macro creates an empty function, which will called by the RegisterAllFunctions() -// to let the user the possibility to also register some functions by hand. -//NOADDITIONAL; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basebmp/test/filltest.cxx b/basebmp/test/filltest.cxx index bf7bbe808049..a5634c9bb695 100644 --- a/basebmp/test/filltest.cxx +++ b/basebmp/test/filltest.cxx @@ -272,11 +272,4 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(FillTest); } - -// ----------------------------------------------------------------------------- - -// this macro creates an empty function, which will called by the RegisterAllFunctions() -// to let the user the possibility to also register some functions by hand. -//NOADDITIONAL; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basebmp/test/linetest.cxx b/basebmp/test/linetest.cxx index 68633e8935d0..652892aa2755 100644 --- a/basebmp/test/linetest.cxx +++ b/basebmp/test/linetest.cxx @@ -221,11 +221,4 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(LineTest); } - -// ----------------------------------------------------------------------------- - -// this macro creates an empty function, which will called by the RegisterAllFunctions() -// to let the user the possibility to also register some functions by hand. -//NOADDITIONAL; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basebmp/test/masktest.cxx b/basebmp/test/masktest.cxx index 74b393ebad36..7a1b697a8eca 100644 --- a/basebmp/test/masktest.cxx +++ b/basebmp/test/masktest.cxx @@ -172,11 +172,4 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(MaskTest); } - -// ----------------------------------------------------------------------------- - -// this macro creates an empty function, which will called by the RegisterAllFunctions() -// to let the user the possibility to also register some functions by hand. -//NOADDITIONAL; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basebmp/test/polytest.cxx b/basebmp/test/polytest.cxx index 0f0faab77552..fa4534988ba9 100644 --- a/basebmp/test/polytest.cxx +++ b/basebmp/test/polytest.cxx @@ -293,11 +293,4 @@ public: CPPUNIT_TEST_SUITE_REGISTRATION(PolyTest); } - -// ----------------------------------------------------------------------------- - -// this macro creates an empty function, which will called by the RegisterAllFunctions() -// to let the user the possibility to also register some functions by hand. -//NOADDITIONAL; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit