Skip to content

Commit

Permalink
- there were still some old definitions left...
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Nov 12, 2017
1 parent 7cf7936 commit d9808e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/posix/cocoa/i_system.mm
Expand Up @@ -56,11 +56,6 @@
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*/)
{
}
Expand Down
4 changes: 0 additions & 4 deletions src/win32/i_system.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit d9808e6

Please sign in to comment.