aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2002-12-04 22:31:36 +0000
committerMax Horn2002-12-04 22:31:36 +0000
commitdf594d41fff6ae4edc7212a697556b82854d3aeb (patch)
tree04350ece936fefa9956f26f0aac02a56372d52b8 /common
parent45534e7698dac0d42ee95209902bec6ad2dc2c06 (diff)
downloadscummvm-rg350-df594d41fff6ae4edc7212a697556b82854d3aeb.tar.gz
scummvm-rg350-df594d41fff6ae4edc7212a697556b82854d3aeb.tar.bz2
scummvm-rg350-df594d41fff6ae4edc7212a697556b82854d3aeb.zip
even more cleanup
svn-id: r5839
Diffstat (limited to 'common')
-rw-r--r--common/gameDetector.cpp2
-rw-r--r--common/gameDetector.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 3389cc7a5b..d589e5531f 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -22,7 +22,6 @@
#include "stdafx.h"
-//#include "scumm/scumm.h"
#include "sound/mididrv.h"
#include "scumm/imuse.h"
#include "common/engine.h"
@@ -90,7 +89,6 @@ GameDetector::GameDetector()
_debugMode = 0;
_noSubtitles = false;
_bootParam = 0;
- _soundCardType = 3;
_gameDataPath = 0;
_gameTempo = 0;
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 6c5c4eccbf..bf77f24ce2 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -121,7 +121,6 @@ public:
uint16 _debugMode;
bool _noSubtitles;
uint16 _bootParam;
- uint16 _soundCardType;
char *_gameDataPath;
int _gameTempo;