mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
SDL_os2video.c (OS2_CreateDevice): remove duplicated assignment.
This commit is contained in:
parent
77d0f043e5
commit
c70191d2b7
@ -1593,7 +1593,6 @@ static SDL_VideoDevice *OS2_CreateDevice(int devindex)
|
||||
/* Set the function pointers */
|
||||
device->VideoInit = OS2_VideoInit;
|
||||
device->VideoQuit = OS2_VideoQuit;
|
||||
device->SetDisplayMode = OS2_SetDisplayMode;
|
||||
device->GetDisplayBounds = OS2_GetDisplayBounds;
|
||||
device->GetDisplayDPI = OS2_GetDisplayDPI;
|
||||
device->GetDisplayModes = OS2_GetDisplayModes;
|
||||
|
Loading…
Reference in New Issue
Block a user