X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b2f31eb30be576374064413b9d0f63a1bf8c110..81c9effa8462662263c3b4eac2cfae1ef5caae2c:/src/msw/button.cpp?ds=sidebyside diff --git a/src/msw/button.cpp b/src/msw/button.cpp index 29464dda75..5cb83273d7 100644 --- a/src/msw/button.cpp +++ b/src/msw/button.cpp @@ -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);