aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/testbed.h
diff options
context:
space:
mode:
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