X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51cdee11e0cbf47d78584822aaaf1eb975a992ea..93ed8ff7707eec179cf99f2f2f3c36f27916b068:/include/wx/msw/combobox.h?ds=sidebyside diff --git a/include/wx/msw/combobox.h b/include/wx/msw/combobox.h index 27caec6e34..4a841ec05b 100644 --- a/include/wx/msw/combobox.h +++ b/include/wx/msw/combobox.h @@ -136,9 +136,6 @@ public: protected: virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; - virtual void DoSetSize(int x, int y, - int width, int height, - int sizeFlags = wxSIZE_AUTO); // common part of all ctors void Init() { m_selectionOld = -1; }