From 0034aa3b9c7a1f0123df9e809a6a5d0d58bd9bd1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 22 Jan 2009 04:59:09 +0000 Subject: Got rid of several occurrences of gBitFormat svn-id: r35995 --- backends/platform/dc/display.cpp | 2 -- backends/platform/ps2/systemps2.cpp | 2 -- 2 files changed, 4 deletions(-) (limited to 'backends') 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 { -- cgit v1.2.3