From 407d65068a79693f42836c36d6394ef310b5238f Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Thu, 15 Jul 2010 18:51:56 +0000 Subject: separated testsuite configuration to another class svn-id: r50918 --- engines/testbed/testbed.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'engines/testbed/testbed.h') diff --git a/engines/testbed/testbed.h b/engines/testbed/testbed.h index fdc8d2e0b0..45aff05320 100644 --- a/engines/testbed/testbed.h +++ b/engines/testbed/testbed.h @@ -62,21 +62,6 @@ private: Common::Array _testsuiteList; }; -class TestbedOptionsDialog : public GUI::OptionsDialog { -public: - TestbedOptionsDialog(); - ~TestbedOptionsDialog(); - void addCheckbox(const Common::String &tsName); - bool isEnabled(const Common::String &tsName); - -private: - Common::Array _checkBoxes; - const int _hOffset; // current offset from left - int _vOffset; // current offset from top - const int _boxWidth; - const int _boxHeight; -}; - } // End of namespace Testbed #endif // TESTBED_H -- cgit v1.2.3