remove this one leftover from the DC port I missed earlier

This commit is contained in:
Monster Iestyn 2017-09-29 23:30:27 +01:00
parent f9077789e7
commit c448027312
1 changed files with 0 additions and 5 deletions

View File

@ -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)
{