diff --git a/tests/font/fonttest.cpp b/tests/font/fonttest.cpp index 247e7a47ca..464e8f59aa 100644 --- a/tests/font/fonttest.cpp +++ b/tests/font/fonttest.cpp @@ -21,8 +21,6 @@ #include "wx/wx.h" #endif // WX_PRECOMP -#if wxUSE_FONTMAP - #include "wx/font.h" #include "asserthelper.h" @@ -336,5 +334,3 @@ void FontTestCase::NativeFontInfoUserDesc() #endif } } - -#endif // wxUSE_FONTMAP