- there were still some old definitions left...

This commit is contained in:
Christoph Oelckers 2017-11-12 10:02:29 +01:00
parent 7cf7936ede
commit d9808e6d68
2 changed files with 0 additions and 9 deletions

View file

@ -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*/)
{
}

View file

@ -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);