From d9808e6d68548e3f0050dcf4bb29daadd68a57c0 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 12 Nov 2017 10:02:29 +0100 Subject: [PATCH] - there were still some old definitions left... --- src/posix/cocoa/i_system.mm | 5 ----- src/win32/i_system.cpp | 4 ---- 2 files changed, 9 deletions(-) diff --git a/src/posix/cocoa/i_system.mm b/src/posix/cocoa/i_system.mm index 3390d65ba..cc9dc613a 100644 --- a/src/posix/cocoa/i_system.mm +++ b/src/posix/cocoa/i_system.mm @@ -56,11 +56,6 @@ EXTERN_CVAR(String, language) uint32_t LanguageIDs[4]; -int (*I_GetTime)(bool saveMS); -int (*I_WaitForTic)(int); -void (*I_FreezeTime)(bool frozen); - - void I_Tactile(int /*on*/, int /*off*/, int /*total*/) { } diff --git a/src/win32/i_system.cpp b/src/win32/i_system.cpp index 4a26b24be..a537329e4 100644 --- a/src/win32/i_system.cpp +++ b/src/win32/i_system.cpp @@ -119,10 +119,6 @@ extern void LayoutMainWindow(HWND hWnd, HWND pane); static void CalculateCPUSpeed(); -static int I_GetTimePolled(bool saveMS); -static int I_WaitForTicPolled(int prevtic); -static void I_FreezeTimePolled(bool frozen); - static HCURSOR CreateCompatibleCursor(FTexture *cursorpic); static HCURSOR CreateAlphaCursor(FTexture *cursorpic); static HCURSOR CreateBitmapCursor(int xhot, int yhot, HBITMAP and_mask, HBITMAP color_mask);