remove run-time check for now-required GTK 2.4

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2012-02-28 18:06:22 +00:00
parent f705fbf007
commit ab7049776d

View 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;