diff options
Diffstat (limited to 'sdl.c')
-rw-r--r-- | sdl.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -100,11 +100,6 @@ static void sdl_resize(DisplayState *ds, int w, int h) if ((mask & 0x8000) == 0) ds->depth = 15; } - if (ds->depth == 32 && screen->format->Rshift == 0) { - ds->bgr = 1; - } else { - ds->bgr = 0; - } ds->width = w; ds->height = h; } |