mirror of https://github.com/encounter/SDL.git
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