Remove unnecessary wxUSE_FONTMAP guard from wxFont unit test
This test doesn't require wxFontMapper.
This commit is contained in:
parent
979d541072
commit
76aad86cfb
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue