Commit c70191d2b7a4df1957b13161bb37c77ba3f9aef3

Ozkan Sezer 2020-10-17T07:37:00

SDL_os2video.c (OS2_CreateDevice): remove duplicated assignment.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/video/os2/SDL_os2video.c b/src/video/os2/SDL_os2video.c
index 8f4737f..76a9696 100644
--- a/src/video/os2/SDL_os2video.c
+++ b/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;