Skip to content

Commit

Permalink
SDL_windowsmessagebox.c: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Sep 5, 2019
1 parent 1b5e3c1 commit bf2f470
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/windows/SDL_windowsmessagebox.c
Expand Up @@ -547,7 +547,6 @@ WIN_ShowOldMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
{
WIN_DialogData *dialog;
int i, x, y, retval;
const SDL_MessageBoxButtonData *buttons = messageboxdata->buttons;
HFONT DialogFont;
SIZE Size;
RECT TextSize;
Expand Down

0 comments on commit bf2f470

Please sign in to comment.