removed unused test code (no real changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -265,12 +265,6 @@ long wxButton::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
|
|||||||
|
|
||||||
// and conitnue with processing the message normally as well
|
// 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
|
// let the base class do all real processing
|
||||||
return wxControl::MSWWindowProc(nMsg, wParam, lParam);
|
return wxControl::MSWWindowProc(nMsg, wParam, lParam);
|
||||||
|
Reference in New Issue
Block a user