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 | |
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')
-rw-r--r-- | backends/platform/dc/display.cpp | 2 | ||||
-rw-r--r-- | backends/platform/ps2/systemps2.cpp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/dc/display.cpp b/backends/platform/dc/display.cpp index f3bfc4b78f..9ff692f3fa 100644 --- a/backends/platform/dc/display.cpp +++ b/backends/platform/dc/display.cpp @@ -197,8 +197,6 @@ void OSystem_Dreamcast::initSize(uint w, uint h) { assert(w <= SCREEN_W && h <= SCREEN_H); - gBitFormat = 4444; - _overlay_visible = false; _overlay_fade = 0.0; _screen_w = w; 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 { |