From 3f69c44f73a40bb0fbcf97dd61cf5a69f35b977f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 17 Mar 2009 21:32:37 -0400 Subject: Remove unneeded tests --- sigscript/test/TestConfig.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sigscript/test/TestConfig.h') diff --git a/sigscript/test/TestConfig.h b/sigscript/test/TestConfig.h index 9a37dc45..a782b390 100644 --- a/sigscript/test/TestConfig.h +++ b/sigscript/test/TestConfig.h @@ -46,8 +46,6 @@ class TestConfig : public QObject void testOptionsRead(); void testValueRead(); - void testValueCheck(); - void testValueTypeRead(); private: Sigscript::Config* m_config; }; -- cgit