X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..3af9f2de592953bec39a58cc871678fa85a3b056:/include/wx/mac/classic/font.h diff --git a/include/wx/mac/classic/font.h b/include/wx/mac/classic/font.h index 402a0a488b..4fdbfef398 100644 --- a/include/wx/mac/classic/font.h +++ b/include/wx/mac/classic/font.h @@ -20,13 +20,7 @@ class WXDLLEXPORT wxFont : public wxFontBase { public: // ctors and such - wxFont() { Init(); } - wxFont(const wxFont& font) - : wxFontBase() - { - Init(); - Ref(font); - } + wxFont() { } wxFont(int size, int family, @@ -36,15 +30,11 @@ public: const wxString& face = wxEmptyString, wxFontEncoding encoding = wxFONTENCODING_DEFAULT) { - Init(); - (void)Create(size, family, style, weight, underlined, face, encoding); } wxFont(const wxNativeFontInfo& info) { - Init(); - (void)Create(info); } @@ -62,9 +52,6 @@ public: virtual ~wxFont(); - // assignment - wxFont& operator=(const wxFont& font); - // implement base class pure virtuals virtual int GetPointSize() const; virtual int GetFamily() const; @@ -99,9 +86,6 @@ public: wxUint32 GetMacATSUFontID() const; protected: - // common part of all ctors - void Init(); - void Unshare(); private: