diff options
Diffstat (limited to 'basebmp/test/cliptest.cxx')
-rw-r--r-- | basebmp/test/cliptest.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/basebmp/test/cliptest.cxx b/basebmp/test/cliptest.cxx index aae5ff12ed8f..3071cde74d57 100644 --- a/basebmp/test/cliptest.cxx +++ b/basebmp/test/cliptest.cxx @@ -46,21 +46,12 @@ #include <basebmp/color.hxx> #include <basebmp/scanlineformats.hxx> #include <basebmp/bitmapdevice.hxx> -#include <basebmp/debug.hxx> #include "tools.hxx" -#include <iostream> -#include <fstream> - using namespace ::basebmp; namespace { -/* - std::ofstream output("32bpp_test.dump"); - debugDump( mpDevice32bpp, output ); -*/ - class ClipTest : public CppUnit::TestFixture { private: @@ -273,7 +264,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; -// ----------------------------------------------------------------------------- CPPUNIT_TEST_SUITE_REGISTRATION(ClipTest); } |