From 76aad86cfb12c9e9db9c87131018a3d163885924 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 5 Sep 2018 22:57:57 +0200 Subject: [PATCH] Remove unnecessary wxUSE_FONTMAP guard from wxFont unit test This test doesn't require wxFontMapper. --- tests/font/fonttest.cpp | 4 ---- 1 file changed, 4 deletions(-) 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