]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed bizarre test code of which I have no recollection...
authorJulian Smart <julian@anthemion.co.uk>
Thu, 21 Feb 2002 14:46:19 +0000 (14:46 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 21 Feb 2002 14:46:19 +0000 (14:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/window.cpp

index cb7253b6825b77a86da86cc9f5a46f3f48d43071..175a8060909623d5c2d21dde8f2d250a778c1e03 100644 (file)
@@ -5157,12 +5157,6 @@ wxPoint wxGetMousePosition()
 {
     POINT pt;
     GetCursorPos( & pt );
-
-    if (thing)
-    {
-        int i, j;
-        
-    }
     
     return wxPoint(pt.x, pt.y);
 }