mirror of
https://github.com/encounter/SDL.git
synced 2025-12-11 06:27:44 +00:00
SDL_windowsmessagebox.c: remove unused variable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user