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

Riccardo Magliocchetti riccardo.magliocchetti at gmail.com
Tue Nov 4 08:27:16 PST 2014


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

New commits:
commit 0c1b91b0c7fd0c8f38905ba88e3c1679b9cbe6d8
Author: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
Date:   Tue Nov 4 12:00:49 2014 +0100

    vcl: gtk 2.4 is checked at configure time
    
    Change-Id: I08993551473fb9a8284e2a1ed772c99050f785d8
    Reviewed-on: https://gerrit.libreoffice.org/12251
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx
index 1ca67f1..c2f56aa 100644
--- a/vcl/unx/gtk/app/gtkinst.cxx
+++ b/vcl/unx/gtk/app/gtkinst.cxx
@@ -97,9 +97,6 @@ extern "C"
         if ( !g_thread_supported() )
             g_thread_init( NULL );
 
-#if !GTK_CHECK_VERSION(2,4,0)
-#error "Requires gtk 2.4.0+ for lock hooking"
-#endif
         gdk_threads_set_lock_functions (GdkThreadsEnter, GdkThreadsLeave);
         SAL_INFO("vcl.gtk", "Hooked gdk threads locks");
 


More information about the Libreoffice-commits mailing list