X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f68586e51b20dccee3fd5645aeaca7cc8ff298c2..9ec64fa75839c663cdaa6b963d1321491c41b7ae:/include/wx/msw/button.h diff --git a/include/wx/msw/button.h b/include/wx/msw/button.h index fa828361ed..8af354a03a 100644 --- a/include/wx/msw/button.h +++ b/include/wx/msw/button.h @@ -55,12 +55,6 @@ public: virtual void Command(wxCommandEvent& event); virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); virtual bool MSWCommand(WXUINT param, WXWORD id); - virtual WXHBRUSH OnCtlColor(WXHDC pDC, - WXHWND pWnd, - WXUINT nCtlColor, - WXUINT message, - WXWPARAM wParam, - WXLPARAM lParam); protected: // send a notification event, return TRUE if processed