From e41b8e7faa3ac6d3e289c190bd75747cc6975889 Mon Sep 17 00:00:00 2001 From: Dabb Date: Thu, 17 Aug 2000 12:44:42 +0000 Subject: [PATCH] Removed extra Sys_Printf function (its in sys_win.c now) --- source/cl_sys_win.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/source/cl_sys_win.c b/source/cl_sys_win.c index 430920c..0b9faf1 100644 --- a/source/cl_sys_win.c +++ b/source/cl_sys_win.c @@ -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 ();