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); }