aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorJonathan Gray2003-03-23 13:44:59 +0000
committerJonathan Gray2003-03-23 13:44:59 +0000
commit3af1183c5a71408f916263e1c38c9d69177bc6e3 (patch)
tree5408350e657e3de0236df3f1238ff38b91c21c9f /common/system.h
parentbe47bc121e5c411b5e6c4cc39471be746113a1ce (diff)
downloadscummvm-rg350-3af1183c5a71408f916263e1c38c9d69177bc6e3.tar.gz
scummvm-rg350-3af1183c5a71408f916263e1c38c9d69177bc6e3.tar.bz2
scummvm-rg350-3af1183c5a71408f916263e1c38c9d69177bc6e3.zip
move language enum to gameDetector.h
svn-id: r6848
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/system.h b/common/system.h
index 6790ab3226..09553f5032 100644
--- a/common/system.h
+++ b/common/system.h
@@ -236,23 +236,6 @@ enum {
GD_GP32 //ph0x
};
-/* Languages
- * note: values 0->8 are are _needed_ for scripts in comi please don't
- * remove/change fixed numbers from this enum
- */
-enum {
- EN_USA = 0,
- DE_DEU = 1,
- FR_FRA = 2,
- IT_ITA = 3,
- PT_BRA = 4,
- ES_ESP = 5,
- JA_JPN = 6,
- ZH_TWN = 7,
- KO_KOR = 8,
- HB_HEB = 20
-};
-
enum {
#ifdef _WIN32_WCE
SAMPLES_PER_SEC_OLD = 11025,