aboutsummaryrefslogtreecommitdiff
path: root/common/advancedDetector.h
diff options
context:
space:
mode:
authorEugene Sandulenko2006-10-02 23:31:14 +0000
committerEugene Sandulenko2006-10-02 23:31:14 +0000
commit107a9f3bef2265415df0d6c1e1d255161eeca193 (patch)
treeb09cae85691c0ef37110c780e34cc81202041941 /common/advancedDetector.h
parent60aee54bfefc492b19f6c50a2040f182bab3bdda (diff)
downloadscummvm-rg350-107a9f3bef2265415df0d6c1e1d255161eeca193.tar.gz
scummvm-rg350-107a9f3bef2265415df0d6c1e1d255161eeca193.tar.bz2
scummvm-rg350-107a9f3bef2265415df0d6c1e1d255161eeca193.zip
Moved unrelated fields out of ADGameDescription structure.
svn-id: r24090
Diffstat (limited to 'common/advancedDetector.h')
-rw-r--r--common/advancedDetector.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h
index 055534e56d..c3396a9ddc 100644
--- a/common/advancedDetector.h
+++ b/common/advancedDetector.h
@@ -34,12 +34,9 @@ struct ADGameFileDescription {
struct ADGameDescription {
const char *name;
- int gameType;
- int gameId;
const char *extra;
int filesCount;
ADGameFileDescription *filesDescriptions;
- uint32 features;
Language language;
Platform platform;
};