SDL_windowsmessagebox.c: remove unused variable
parent
1b5e3c19a2
commit
bf2f4703f2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue