From c4480273122e0d17f77d8fb9bb4533af0fa223fa Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Fri, 29 Sep 2017 23:30:27 +0100 Subject: [PATCH] remove this one leftover from the DC port I missed earlier --- src/sdl12/i_video.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sdl12/i_video.c b/src/sdl12/i_video.c index 1e6f76c10..4431b063e 100644 --- a/src/sdl12/i_video.c +++ b/src/sdl12/i_video.c @@ -190,11 +190,6 @@ static void SDLSetMode(INT32 width, INT32 height, INT32 bpp, Uint32 flags) else return; realwidth = (Uint16)width; realheight = (Uint16)height; -#ifdef HAVE_DCSDL - //SDL_DC_SetWindow(320,200); - SDL_DC_EmulateMouse(SDL_FALSE); - SDL_DC_EmulateKeyboard(SDL_TRUE); -#endif #ifdef FILTERS if (vidSurface && preSurface && f2xSurface) {