]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/font.cpp
added WS_CLIPSIBLINGS
[wxWidgets.git] / src / msw / font.cpp
index 33c95ced7f38b1eb5d59a0c3aaec4576158f51de..e318eeb71f65e9480a377ba2567797a88ecb35e7 100644 (file)
 
 #include "wx/msw/private.h"
 
-#if !USE_SHARED_LIBRARIES
     IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
 
     #if wxUSE_PORTABLE_FONTS_IN_MSW
         IMPLEMENT_DYNAMIC_CLASS(wxFontNameDirectory, wxObject)
     #endif
-#endif
 
 // ----------------------------------------------------------------------------
 // wxFontRefData - the internal description of the font
@@ -200,8 +198,6 @@ bool wxFont::RealizeResource()
     {
         // VZ: the old code returned FALSE in this case, but it doesn't seem
         //     to make sense because the font _was_ created
-        wxLogDebug(wxT("Calling wxFont::RealizeResource() twice"));
-
         return TRUE;
     }