diff options
-rw-r--r-- | common/gameDetector.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h index 4a6d5e8163..294b4c495b 100644 --- a/common/gameDetector.h +++ b/common/gameDetector.h @@ -160,14 +160,12 @@ public: OSystem *createSystem(); MidiDriver *createMidi(); + int parseGraphicsMode(const char *s); void updateconfig(); protected: bool detectGame(void); - - int parseGraphicsMode(const char *s); bool parseMusicDriver(const char *s); - void list_games(); }; |