]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/font.h
define HAVE_LARGEFILE_SUPPORT in setup.h when large files support is available and...
[wxWidgets.git] / include / wx / msw / font.h
index 5db34d64ced6256a0d27aa420ab3eb8b4fab8060..4756c68eab3b0ed3dd4c618ccd2b528ee040ad37 100644 (file)
@@ -48,18 +48,6 @@ public:
         Create(size, family, style, weight, underlined, face, encoding);
     }
     
         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,
     bool Create(int size,
                 wxFontFamily family,
                 wxFontStyle style,