X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..b09a59f521e4a365f1b073e26e53f17a5e03e1fa:/src/cocoa/font.cpp?ds=sidebyside diff --git a/src/cocoa/font.cpp b/src/cocoa/font.cpp index 07da492612..bb4a682cc5 100644 --- a/src/cocoa/font.cpp +++ b/src/cocoa/font.cpp @@ -6,22 +6,16 @@ // Created: ??/??/98 // RCS-ID: $Id$ // Copyright: (c) AUTHOR -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "font.h" -#endif - #include "wx/defs.h" #include "wx/string.h" #include "wx/font.h" #include "wx/gdicmn.h" #include "wx/encinfo.h" -#if !USE_SHARED_LIBRARIES IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject) -#endif void wxFontRefData::Init(int size, int family, int style, int weight, bool underlined, const wxString& faceName, wxFontEncoding encoding) { @@ -38,10 +32,6 @@ wxFontRefData::~wxFontRefData() // TODO: delete font data } -void wxFont::Init() -{ -} - bool wxFont::Create(const wxNativeFontInfo&) { return FALSE;