]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/button.cpp
fixed compilation problem with old gcc releases
[wxWidgets.git] / 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);