diff options
author | Oliver Kiehl | 2003-03-01 22:54:16 +0000 |
---|---|---|
committer | Oliver Kiehl | 2003-03-01 22:54:16 +0000 |
commit | 08f8e9d1adc86b7696dcb9c2a64183b8d102702c (patch) | |
tree | d1efe346811a90d7c202f30d2964235cc92ea270 /common | |
parent | dede1680692e7cd60aedab0d517055abb675104d (diff) | |
download | scummvm-rg350-08f8e9d1adc86b7696dcb9c2a64183b8d102702c.tar.gz scummvm-rg350-08f8e9d1adc86b7696dcb9c2a64183b8d102702c.tar.bz2 scummvm-rg350-08f8e9d1adc86b7696dcb9c2a64183b8d102702c.zip |
those TODOs have been obsoleted
svn-id: r6655
Diffstat (limited to 'common')
-rw-r--r-- | common/gameDetector.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h index 640a059136..472d00ef33 100644 --- a/common/gameDetector.h +++ b/common/gameDetector.h @@ -69,10 +69,6 @@ enum GameFeatures { GF_USE_ANGLES = GF_AFTER_V7, GF_DEFAULT = GF_USE_KEY, GF_EXTERNAL_CHARSET = GF_SMALL_HEADER - - // Simon features (TODO) - - // BASS features (TODO) }; struct VersionSettings { |