From f05ac95ee61d486fac66d473e29d107f1fe230d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 26 Jun 2004 17:31:26 +0000 Subject: [PATCH] Removed some commented stuff I forgot there. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8183 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/interface/GraphicsDefsTest.cpp | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/tests/kits/interface/GraphicsDefsTest.cpp b/src/tests/kits/interface/GraphicsDefsTest.cpp index d84c2e2e61..0f64627e01 100644 --- a/src/tests/kits/interface/GraphicsDefsTest.cpp +++ b/src/tests/kits/interface/GraphicsDefsTest.cpp @@ -35,23 +35,6 @@ const struct screen_id _B_MAIN_SCREEN_ID = {0}; template void compare(T a, T b); -/* -template<> -void -compare(const char *prefix, uint16 value) -{ - printf("%s: uint16: %x\n", prefix, value); -} - - -template<> -void -compare(const char *prefix, uint32 value) -{ - printf("%s: uint32: %lx\n", prefix, value); -} -*/ - template<> void compare(const pattern &a, const pattern &b) @@ -87,7 +70,7 @@ class ConstantsTest : public BTestCase { static Test *suite(void); void test(void); }; - + ConstantsTest::ConstantsTest(std::string name) : BTestCase(name)