Removed bizarre test code of which I have no recollection...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5158,12 +5158,6 @@ wxPoint wxGetMousePosition()
|
|||||||
POINT pt;
|
POINT pt;
|
||||||
GetCursorPos( & pt );
|
GetCursorPos( & pt );
|
||||||
|
|
||||||
if (thing)
|
|
||||||
{
|
|
||||||
int i, j;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
return wxPoint(pt.x, pt.y);
|
return wxPoint(pt.x, pt.y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user