From 7b8c3373a350c42491007d23aea70eaea1ff3a41 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 11 Oct 2011 05:33:31 +0000 Subject: [PATCH] Remove the ctor and Init methods that are not available on all ports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/fontutil.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/interface/wx/fontutil.h b/interface/wx/fontutil.h index 1bb6d5f5c8..9f3fade1ec 100644 --- a/interface/wx/fontutil.h +++ b/interface/wx/fontutil.h @@ -24,27 +24,11 @@ class wxNativeFontInfo public: wxNativeFontInfo(); wxNativeFontInfo(const wxNativeFontInfo& info); - wxNativeFontInfo( int size, - wxFontFamily family, - wxFontStyle style, - wxFontWeight weight, - bool underlined, - const wxString& faceName, - wxFontEncoding encoding); ~wxNativeFontInfo(); wxNativeFontInfo& operator=(const wxNativeFontInfo& info); void Init(); - void Init(const wxNativeFontInfo& info); - void Init(int size, - wxFontFamily family, - wxFontStyle style, - wxFontWeight weight, - bool underlined, - const wxString& faceName , - wxFontEncoding encoding); - void InitFromFont(const wxFont& font); int GetPointSize() const; -- 2.45.2