From 83999e441c2aee1fc3b940c890597d15b5d72663 Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 27 Feb 2010 15:07:21 +0000 Subject: [PATCH] fix another win32 time typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10018 d7cf8633-e32d-0410-b094-e92efae38249 --- sys_win.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sys_win.c b/sys_win.c index 5079e6ac..2ed54abc 100644 --- a/sys_win.c +++ b/sys_win.c @@ -30,8 +30,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "conproc.h" #include "direct.h" -cvar_t sys_usetimegettime = {CVAR_SAVE, "sys_usetimegettime", "1", "use windows timeGetTime function (which has issues on some motherboards) for timing rather than QueryPerformanceCounter timer (which has issues on multicore/multiprocessor machines and processors which are designed to conserve power)"}; - HANDLE hinput, houtput; #ifdef QHOST @@ -199,16 +197,6 @@ char *Sys_ConsoleInput (void) return NULL; } -double Sys_DoubleTime (void) -{ - return Sys_DoubleTime_Shared(); -} - -void Sys_Sleep(int microseconds) -{ - Sys_Sleep_Shared(microseconds); -} - char *Sys_GetClipboardData (void) { char *data = NULL; -- 2.39.2