diff options
| author | Max Horn | 2002-12-14 01:30:13 +0000 |
|---|---|---|
| committer | Max Horn | 2002-12-14 01:30:13 +0000 |
| commit | dcbde175fc163dc175dfa2d88e15d89137e717e5 (patch) | |
| tree | ccaf0b33c758606055a730a323f244c9b57028a0 /common | |
| parent | 837f33e31bf2e2980670aeb3b4c60470308c3a03 (diff) | |
| download | scummvm-rg350-dcbde175fc163dc175dfa2d88e15d89137e717e5.tar.gz scummvm-rg350-dcbde175fc163dc175dfa2d88e15d89137e717e5.tar.bz2 scummvm-rg350-dcbde175fc163dc175dfa2d88e15d89137e717e5.zip | |
removed unused field
svn-id: r5944
Diffstat (limited to 'common')
| -rw-r--r-- | common/gameDetector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h index fe8c62eb50..6615bebc5b 100644 --- a/common/gameDetector.h +++ b/common/gameDetector.h @@ -97,7 +97,6 @@ struct MusicDrivers { const char *name; const char *description; const int id; - bool available; }; struct GraphicsModes { |
