]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMSW and wxPalmOS already had the wxFont(const wxSize&...) ctor; don't duplicate it
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 15 Mar 2009 16:42:05 +0000 (16:42 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 15 Mar 2009 16:42:05 +0000 (16:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/font.h
include/wx/palmos/font.h

index 5db34d64ced6256a0d27aa420ab3eb8b4fab8060..4756c68eab3b0ed3dd4c618ccd2b528ee040ad37 100644 (file)
@@ -48,18 +48,6 @@ public:
         Create(size, family, style, weight, underlined, face, encoding);
     }
     
-    wxFont(const wxSize& pixelSize,
-           wxFontFamily family,
-           wxFontStyle style,
-           wxFontWeight weight,
-           bool underlined = false,
-           const wxString& face = wxEmptyString,
-           wxFontEncoding encoding = wxFONTENCODING_DEFAULT)
-    {
-        Create(10, family, style, weight, underlined, face, encoding);
-        SetPixelSize(pixelSize);
-    }
-    
     bool Create(int size,
                 wxFontFamily family,
                 wxFontStyle style,
index f1d6acb4e5337322adbd5462395130d5c4f1e68c..a800719d7c5f28c43c06abec4327edc8335ae524 100644 (file)
@@ -48,18 +48,6 @@ public:
         Create(size, family, style, weight, underlined, face, encoding);
     }
     
-    wxFont(const wxSize& pixelSize,
-           wxFontFamily family,
-           wxFontStyle style,
-           wxFontWeight weight,
-           bool underlined = false,
-           const wxString& face = wxEmptyString,
-           wxFontEncoding encoding = wxFONTENCODING_DEFAULT)
-    {
-        Create(10, family, style, weight, underlined, face, encoding);
-        SetPixelSize(pixelSize);
-    }
-    
     bool Create(int size,
                 wxFontFamily family,
                 wxFontStyle style,