X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..05ef417f46af3a1e92f71a7fdf19a17361fca8e2:/include/wx/motif/toplevel.h?ds=sidebyside diff --git a/include/wx/motif/toplevel.h b/include/wx/motif/toplevel.h index ae5e79cce9..80e3f1d204 100644 --- a/include/wx/motif/toplevel.h +++ b/include/wx/motif/toplevel.h @@ -68,14 +68,8 @@ protected: virtual void DoGetPosition(int* x, int* y) const; private: -#if wxCHECK_VERSION(2,7,0) - // DoDestroy() is not used anywhere else, DoCreate() should also be renamed - // in src/motif/dialog.cpp, frame.cpp and toplevel.cp - #error "Remove DoDestroy() and rename DoCreate() to XmDoCreateTLW(), they were only kept for binary backwards compatibility" -#endif - // really create the Motif widget for TLW - virtual bool DoCreate(wxWindow* parent, + virtual bool XmDoCreateTLW(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, @@ -83,7 +77,6 @@ private: long style, const wxString& name) = 0; - virtual void DoDestroy() { } wxString m_title; };