From d158280425efac5f4ec72e00fb2b7389cdfb5a75 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 24 Feb 2004 22:39:42 +0000 Subject: the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 --- base/gameDetector.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'base/gameDetector.h') diff --git a/base/gameDetector.h b/base/gameDetector.h index 62fc365055..cd02fba45d 100644 --- a/base/gameDetector.h +++ b/base/gameDetector.h @@ -54,14 +54,6 @@ struct GameSettings { uint32 features; }; -struct GraphicsMode { - const char *name; - const char *description; - int id; -}; - -extern const GraphicsMode g_gfx_modes[]; - class GameDetector { typedef Common::String String; @@ -85,7 +77,6 @@ public: static SoundMixer *createMixer(); static MidiDriver *createMidi(int midiDriver); - static int parseGraphicsMode(const String &s); // Used in main() static int detectMusicDriver(int midiFlags); static GameSettings findGame(const String &gameName, const Plugin **plugin = NULL); -- cgit v1.2.3