]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused test code (no real changes)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Feb 2002 00:22:30 +0000 (00:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Feb 2002 00:22:30 +0000 (00:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/button.cpp

index 29464dda75a52ba3ac0ee20345a9ccf530018001..5cb83273d77c78e44c53b521f4dd2967a1751951 100644 (file)
@@ -265,12 +265,6 @@ long wxButton::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
 
         // and conitnue with processing the message normally as well
     }
-#if 0
-    else if ( nMsg == WM_MOVE )
-    {
-        Refresh();
-    }
-#endif
 
     // let the base class do all real processing
     return wxControl::MSWWindowProc(nMsg, wParam, lParam);