1
0
Fork 0

Remove dead code remains of WinDIB usage

This used to have meaning for Windows 9x support via SDL 1.2; the issue
described in README was never mentioned in the context of SDL2.

Add missing include to video header while we're at it.
This commit is contained in:
Patryk Obara 2020-03-17 13:12:44 +01:00 committed by Patryk Obara
parent 2fc6771046
commit 08934b2972
3 changed files with 2 additions and 18 deletions

View file

@ -308,7 +308,6 @@ struct SDL_Block {
SDL_Rect updateRects[1024];
Bitu num_joysticks;
#if defined (WIN32)
bool using_windib;
// Time when sdl regains focus (alt-tab) in windowed mode
Bit32u focus_ticks;
#endif