]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/font.h
Added wxStrnicmp and to wchar.h, not yet for Unicode mode.
[wxWidgets.git] / include / wx / stubs / font.h
index 601657c657897f59bf0c8dd791e64028e99dcfec..aff8fb3a759d10f1dd05ddfa6266e8218e71c690 100644 (file)
@@ -51,7 +51,6 @@ public:
   wxFont();
   wxFont(int pointSize, int family, int style, int weight, bool underlined = FALSE, const wxString& faceName = wxEmptyString);
   inline wxFont(const wxFont& font) { Ref(font); }
-  inline wxFont(const wxFont* font) { if (font) Ref(*font); }
 
   ~wxFont();