Remove some old nonsense.

This commit is contained in:
Jordan Woyak
2013-02-07 23:52:50 -06:00
parent 87bbdbf542
commit 8ce58759e3
4 changed files with 1 additions and 38 deletions

View File

@ -205,10 +205,6 @@ LRESULT CALLBACK WndProc( HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam )
OnKeyDown(lParam);
FreeLookInput((u32)wParam, lParam);
}
else if (wParam == WIIMOTE_DISCONNECT)
{
PostMessage(m_hParent, WM_USER, wParam, lParam);
}
break;
// Called when a screensaver wants to show up while this window is active