Browse Source

SDL_os2video.c (OS2_CreateDevice): remove duplicated assignment.

Ozkan Sezer 4 years ago
parent
commit
c70191d2b7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/video/os2/SDL_os2video.c

+ 0 - 1
src/video/os2/SDL_os2video.c

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