X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51cdee11e0cbf47d78584822aaaf1eb975a992ea..2f27c88987b5bea88ea2520e342ef2a0767021bc:/include/wx/msw/combobox.h?ds=sidebyside diff --git a/include/wx/msw/combobox.h b/include/wx/msw/combobox.h index 27caec6e34..86eb64bc30 100644 --- a/include/wx/msw/combobox.h +++ b/include/wx/msw/combobox.h @@ -12,10 +12,6 @@ #ifndef _WX_COMBOBOX_H_ #define _WX_COMBOBOX_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "combobox.h" -#endif - #include "wx/choice.h" #if wxUSE_COMBOBOX @@ -136,9 +132,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; }