redundant 24bpp warning

This commit is contained in:
Jonathan Campbell
2017-12-08 00:55:40 -08:00
parent 4fbe3e99db
commit f9d7191965

View File

@@ -2734,9 +2734,6 @@ static void GUI_StartUp() {
if (SDL_BITSPERPIXEL(sdl.desktop.pixelFormat) == 24) {
LOG_MSG("SDL: You are running in 24 bpp mode, this will slow down things!");
}
if (sdl.desktop.bpp==24) {
LOG_MSG("SDL: You are running in 24 bpp mode, this will slow down things!");
}
#else
sdl.overlay=0;
/* Initialize screen for first time */