diff options
| author | Max Horn | 2006-05-04 22:52:18 +0000 |
|---|---|---|
| committer | Max Horn | 2006-05-04 22:52:18 +0000 |
| commit | 6321cfc874ee95b9b2471783a18f4173fb60ab78 (patch) | |
| tree | d656ceb19a97ef038c61390e316aa6d50e63c6dc /backends/morphos | |
| parent | c319e972467beb3b824af01bc707ea225c38572e (diff) | |
| download | scummvm-rg350-6321cfc874ee95b9b2471783a18f4173fb60ab78.tar.gz scummvm-rg350-6321cfc874ee95b9b2471783a18f4173fb60ab78.tar.bz2 scummvm-rg350-6321cfc874ee95b9b2471783a18f4173fb60ab78.zip | |
Turned the last remaining few GameDetector methods into static methods
svn-id: r22344
Diffstat (limited to 'backends/morphos')
| -rw-r--r-- | backends/morphos/morphos_start.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/morphos/morphos_start.cpp b/backends/morphos/morphos_start.cpp index 82c57be7bc..ac5c16ad85 100644 --- a/backends/morphos/morphos_start.cpp +++ b/backends/morphos/morphos_start.cpp @@ -36,7 +36,6 @@ #include "common/stdafx.h" #include "scumm/scumm.h" -#include "base/gameDetector.h" #include "base/main.h" #include "common/scaler.h" #include "sound/mididrv.h" |
