mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
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
Block a user