From: Julian Smart Date: Thu, 21 Feb 2002 14:46:19 +0000 (+0000) Subject: Removed bizarre test code of which I have no recollection... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/20bd88adbca5b85586c2824364d69cb00df32bb2 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 --- diff --git a/src/msw/window.cpp b/src/msw/window.cpp index cb7253b682..175a806090 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -5157,12 +5157,6 @@ wxPoint wxGetMousePosition() { POINT pt; GetCursorPos( & pt ); - - if (thing) - { - int i, j; - - } return wxPoint(pt.x, pt.y); }