mirror of https://github.com/encounter/SDL.git
SDL_windowsmessagebox.c: remove unused variable
This commit is contained in:
parent
1b5e3c19a2
commit
bf2f4703f2
|
@ -547,7 +547,6 @@ WIN_ShowOldMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
|
||||||
{
|
{
|
||||||
WIN_DialogData *dialog;
|
WIN_DialogData *dialog;
|
||||||
int i, x, y, retval;
|
int i, x, y, retval;
|
||||||
const SDL_MessageBoxButtonData *buttons = messageboxdata->buttons;
|
|
||||||
HFONT DialogFont;
|
HFONT DialogFont;
|
||||||
SIZE Size;
|
SIZE Size;
|
||||||
RECT TextSize;
|
RECT TextSize;
|
||||||
|
|
Loading…
Reference in New Issue