delete misplaced comment

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4387 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-10-08 22:10:58 +00:00
parent 09a9f44e83
commit 860b3677d2

View file

@ -220,8 +220,6 @@ void FreeLookInput( UINT iMsg, WPARAM wParam )
lastMouse[0] = point.x;
lastMouse[1] = point.y;
}
// This looks like it might leak cursors, but it really doesn't.
// See http://msdn.microsoft.com/en-us/library/ms648391(VS.85).aspx
break;
case WM_RBUTTONDOWN: