]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/font.cpp
changed background color reference from light gray to assigned bkgd color
[wxWidgets.git] / src / mac / classic / font.cpp
index 06e7fa1ca3ce55c6eb73c5af219dc15983210fa1..d38a241ea06ca2df0cd98fe5ff8d18cb77b96814 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "font.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/string.h"
 #include "wx/font.h"
@@ -25,9 +21,7 @@
 #include "wx/mac/private.h"
 #include <ATSUnicode.h>
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
-#endif
 
 class WXDLLEXPORT wxFontRefData: public wxGDIRefData
 {