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:
parent
2fc6771046
commit
08934b2972
3 changed files with 2 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue