]> git.saurik.com Git - wxWidgets.git/commitdiff
remove run-time check for now-required GTK 2.4
authorPaul Cornett <paulcor@bullseye.com>
Tue, 28 Feb 2012 18:06:22 +0000 (18:06 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 28 Feb 2012 18:06:22 +0000 (18:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/fontutil.cpp

index 44f681f2aed17ae64a6ad47e62c33f06ed12f01d..4cb8399cedf5627618a381ac3aad1835c0c8331b 100644 (file)
@@ -165,9 +165,6 @@ wxFontFamily wxNativeFontInfo::GetFamily() const
         ret = wxFONTFAMILY_TELETYPE;    // begins with "Courier"
 #if defined(__WXGTK20__) || defined(HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE)
     else
-#ifdef __WXGTK20__
-    if (!gtk_check_version(2,4,0))
-#endif
     {
         PangoFontFamily **families;
         PangoFontFamily  *family = NULL;