X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/142b3bc26a6e93f5857bc053c7748b2c845c4a8e..f8eebb9543004e8a1bf91d84d7ee38f33f977450:/src/os2/font.cpp diff --git a/src/os2/font.cpp b/src/os2/font.cpp index 443ec80ee8..d35787fca9 100644 --- a/src/os2/font.cpp +++ b/src/os2/font.cpp @@ -701,7 +701,6 @@ void wxNativeFontInfo::SetEncoding( ,&vInfo )) { -#if wxUSE_FONTMAP if (wxFontMapper::Get()->GetAltForEncoding( eEncoding ,&vInfo )) @@ -717,7 +716,6 @@ void wxNativeFontInfo::SetEncoding( } } else -#endif // wxUSE_FONTMAP { // unsupported encoding, replace with the default vInfo.charset = 850;