diff options
Diffstat (limited to 'hw/xwin/winerror.c')
-rw-r--r-- | hw/xwin/winerror.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwin/winerror.c b/hw/xwin/winerror.c index fa6212ff2..dee7574ad 100644 --- a/hw/xwin/winerror.c +++ b/hw/xwin/winerror.c @@ -93,7 +93,6 @@ OsVendorFatalError (void) void winMessageBoxF (const char *pszError, UINT uType, ...) { - int i; char * pszErrorF = NULL; char * pszMsgBox = NULL; va_list args; |