Kaydet (Commit) 1d44bcf1 authored tarafından Caolán McNamara's avatar Caolán McNamara

we already don't run with < 3.14

Change-Id: I07adad73285bfd8550cc29ff0145cfc971cc7c71
Reviewed-on: https://gerrit.libreoffice.org/45671Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 0c4ec6ad
...@@ -87,13 +87,6 @@ extern "C" ...@@ -87,13 +87,6 @@ extern "C"
g_warning("require a newer gtk than 3.%d for theme expectations", gtk_minor_version); g_warning("require a newer gtk than 3.%d for theme expectations", gtk_minor_version);
return nullptr; return nullptr;
} }
const gchar* pVersion = gtk_check_version( 3, 2, 0 );
if( pVersion )
{
SAL_WARN("vcl.gtk", "gtk version conflict: " << pVersion);
return nullptr;
}
#endif #endif
GtkYieldMutex *pYieldMutex; GtkYieldMutex *pYieldMutex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment