[Libreoffice-commits] core.git: vcl/unx

Caolán McNamara caolanm at redhat.com
Fri Dec 1 14:26:24 UTC 2017


 vcl/unx/gtk/gtkinst.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 1d44bcf18712d899f9e53676b9bc54ddc88147eb
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Dec 1 14:22:27 2017 +0000

    we already don't run with < 3.14
    
    Change-Id: I07adad73285bfd8550cc29ff0145cfc971cc7c71
    Reviewed-on: https://gerrit.libreoffice.org/45671
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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;


More information about the Libreoffice-commits mailing list