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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user