Skip to content

Commit

Permalink
SDL_os2video.c (OS2_CreateDevice): remove duplicated assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 17, 2020
1 parent 77d0f04 commit c70191d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/os2/SDL_os2video.c
Expand Up @@ -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;
Expand Down

0 comments on commit c70191d

Please sign in to comment.