SDL_os2video.c (OS2_CreateDevice): remove duplicated assignment.

This commit is contained in:
Ozkan Sezer 2020-10-17 07:37:00 +03:00
parent 77d0f043e5
commit c70191d2b7
1 changed files with 0 additions and 1 deletions

View File

@ -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;