aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/testbed.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-07-15 18:51:56 +0000
committerNeeraj Kumar2010-07-15 18:51:56 +0000
commit407d65068a79693f42836c36d6394ef310b5238f (patch)
treea924876a16ef986299f48bd35566f629a31b926a /engines/testbed/testbed.h
parent12ebe8065e6020415cb3a6df216a4504014371db (diff)
downloadscummvm-rg350-407d65068a79693f42836c36d6394ef310b5238f.tar.gz
scummvm-rg350-407d65068a79693f42836c36d6394ef310b5238f.tar.bz2
scummvm-rg350-407d65068a79693f42836c36d6394ef310b5238f.zip
separated testsuite configuration to another class
svn-id: r50918
Diffstat (limited to 'engines/testbed/testbed.h')
-rw-r--r--engines/testbed/testbed.h15
1 files changed, 0 insertions, 15 deletions
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<Testsuite *> _testsuiteList;
};
-class TestbedOptionsDialog : public GUI::OptionsDialog {
-public:
- TestbedOptionsDialog();
- ~TestbedOptionsDialog();
- void addCheckbox(const Common::String &tsName);
- bool isEnabled(const Common::String &tsName);
-
-private:
- Common::Array<GUI::CheckboxWidget *> _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