]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/font.cpp
Fix wxListCtrl background colour bug Part I
[wxWidgets.git] / src / os2 / font.cpp
index 443ec80ee80b61b6176d8cec91c3338aa4a24cfe..d35787fca95f920ab59ce7ede7bfc63cd9f2c990 100644 (file)
@@ -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;