mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +00:00
Removed extra Sys_Printf function (its in sys_win.c now)
This commit is contained in:
parent
9b90de262a
commit
e41b8e7faa
1 changed files with 0 additions and 11 deletions
|
@ -232,17 +232,6 @@ void Sys_Error (char *error, ...)
|
|||
exit (1);
|
||||
}
|
||||
|
||||
void Sys_Printf (char *fmt, ...)
|
||||
{
|
||||
va_list argptr;
|
||||
// char text[1024];
|
||||
// DWORD dummy;
|
||||
|
||||
va_start (argptr,fmt);
|
||||
vprintf (fmt, argptr);
|
||||
va_end (argptr);
|
||||
}
|
||||
|
||||
void Sys_Quit (void)
|
||||
{
|
||||
VID_ForceUnlockedAndReturnState ();
|
||||
|
|
Loading…
Reference in a new issue