X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dabbc6a5a1795d169f26ce95927f3e4f1a5e7b7e..13199c3dcbb708f859aeae6b480459b7b9bb9a9d:/include/wx/os2/font.h?ds=sidebyside diff --git a/include/wx/os2/font.h b/include/wx/os2/font.h index 314d445d7b..ba85180513 100644 --- a/include/wx/os2/font.h +++ b/include/wx/os2/font.h @@ -25,8 +25,7 @@ class WXDLLEXPORT wxFont : public wxFontBase { public: // ctors and such - wxFont() { Init(); } - wxFont(const wxFont& rFont) { Init(); Ref(rFont); } + wxFont() { } wxFont( int nSize ,int nFamily @@ -37,8 +36,6 @@ public: ,wxFontEncoding vEncoding = wxFONTENCODING_DEFAULT ) { - Init(); - (void)Create( nSize ,nFamily ,nStyle @@ -54,8 +51,6 @@ public: ) { - Init(); - (void)Create( rInfo ,hFont ); @@ -77,11 +72,6 @@ public: virtual ~wxFont(); - // - // Assignment - // - wxFont& operator=(const wxFont& rFont); - // // Implement base class pure virtuals // @@ -123,10 +113,6 @@ public: protected: virtual void DoSetNativeFontInfo(const wxNativeFontInfo& rInfo); - // - // Common part of all ctors - // - void Init(void); void Unshare(void); private: