diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-01 14:22:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-01 15:25:31 +0100 |
commit | 1d44bcf18712d899f9e53676b9bc54ddc88147eb (patch) | |
tree | 597ab99f8f9054e997866cb040581ce906cf929d | |
parent | 0c4ec6ad42e2197fbea2aa5f64bdf0e9e6393107 (diff) |
we already don't run with < 3.14
Change-Id: I07adad73285bfd8550cc29ff0145cfc971cc7c71
Reviewed-on: https://gerrit.libreoffice.org/45671
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | vcl/unx/gtk/gtkinst.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx index 62b02a36a33f..9896aa5bdbad 100644 --- a/vcl/unx/gtk/gtkinst.cxx +++ b/vcl/unx/gtk/gtkinst.cxx @@ -87,13 +87,6 @@ extern "C" g_warning("require a newer gtk than 3.%d for theme expectations", gtk_minor_version); return nullptr; } - - const gchar* pVersion = gtk_check_version( 3, 2, 0 ); - if( pVersion ) - { - SAL_WARN("vcl.gtk", "gtk version conflict: " << pVersion); - return nullptr; - } #endif GtkYieldMutex *pYieldMutex; |