aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
authorMax Horn2003-11-02 02:18:16 +0000
committerMax Horn2003-11-02 02:18:16 +0000
commitb27a871f870df854a6db0f4530d4596483927bb1 (patch)
treef6c75300cd5dcd22b67044256e36a01f985a054d /base/gameDetector.h
parentf2c4bbbdbfb06b5296eb3fcdcb7235292e6ac039 (diff)
downloadscummvm-rg350-b27a871f870df854a6db0f4530d4596483927bb1.tar.gz
scummvm-rg350-b27a871f870df854a6db0f4530d4596483927bb1.tar.bz2
scummvm-rg350-b27a871f870df854a6db0f4530d4596483927bb1.zip
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
svn-id: r11045
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index 8e161933e0..68c7afaa79 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -74,7 +74,6 @@ public:
Engine *createEngine(OSystem *system);
- static OSystem *createSystem();
static SoundMixer *createMixer();
static MidiDriver *createMidi(int midiDriver);