mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-11 05:15:06 +01:00
Remove gibberish
This commit is contained in:
parent
038ca87be5
commit
3a8daf91cd
@ -383,7 +383,6 @@ void gui_notify_state (int state)
|
||||
|
||||
int gui_update (void)
|
||||
{
|
||||
printf("Al-mibb: Gui is updejted!\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -489,8 +488,6 @@ void gui_message (const char *format,...)
|
||||
char msg[2048];
|
||||
va_list parms;
|
||||
|
||||
printf("Al-mibb: Gui message!\n");
|
||||
|
||||
va_start (parms,format);
|
||||
vsprintf ( msg, format, parms);
|
||||
va_end (parms);
|
||||
|
Loading…
Reference in New Issue
Block a user