X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f71d3ba46cb50237ef024478b01c0dd99468da77:/include/wx/palmos/fontdlg.h?ds=sidebyside diff --git a/include/wx/palmos/fontdlg.h b/include/wx/palmos/fontdlg.h index 4ed8628878..7fb66d71e5 100644 --- a/include/wx/palmos/fontdlg.h +++ b/include/wx/palmos/fontdlg.h @@ -27,14 +27,9 @@ public: virtual int ShowModal(); - // deprecated interface, don't use - wxFontDialog(wxWindow *parent, const wxFontData *data) - : wxFontDialogBase(parent, data) { Create(parent, data); } - protected: DECLARE_DYNAMIC_CLASS_NO_COPY(wxFontDialog) }; #endif // _WX_PALMOS_FONTDLG_H_ -