diff options
author | Max Horn | 2009-01-22 04:59:09 +0000 |
---|---|---|
committer | Max Horn | 2009-01-22 04:59:09 +0000 |
commit | 0034aa3b9c7a1f0123df9e809a6a5d0d58bd9bd1 (patch) | |
tree | 3e5d5b10e6cfdb6112a86e7c204c3051d388f50a /backends/platform/ps2 | |
parent | 17f5d4eeea9b22e833b4f9fb2f7f2670af27b4fa (diff) | |
download | scummvm-rg350-0034aa3b9c7a1f0123df9e809a6a5d0d58bd9bd1.tar.gz scummvm-rg350-0034aa3b9c7a1f0123df9e809a6a5d0d58bd9bd1.tar.bz2 scummvm-rg350-0034aa3b9c7a1f0123df9e809a6a5d0d58bd9bd1.zip |
Got rid of several occurrences of gBitFormat
svn-id: r35995
Diffstat (limited to 'backends/platform/ps2')
-rw-r--r-- | backends/platform/ps2/systemps2.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp index adf519cee3..e8a7d11318 100644 --- a/backends/platform/ps2/systemps2.cpp +++ b/backends/platform/ps2/systemps2.cpp @@ -76,8 +76,6 @@ volatile uint32 msecCount = 0; OSystem_PS2 *g_systemPs2; -int gBitFormat = 555; - #define FOREVER 2147483647 namespace Graphics { |