SDL_os2video.c (OS2_CreateDevice): remove duplicated assignment.
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 @@
     /* 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;