mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +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;
|
||||
int i, x, y, retval;
|
||||
const SDL_MessageBoxButtonData *buttons = messageboxdata->buttons;
|
||||
HFONT DialogFont;
|
||||
SIZE Size;
|
||||
RECT TextSize;
|
||||
|
||||
Reference in New Issue
Block a user