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

New commits:
commit 0c1b91b0c7fd0c8f38905ba88e3c1679b9cbe6d8
Author: Riccardo Magliocchetti <riccardo.magliocche...@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 <mst...@redhat.com>
    Tested-by: Michael Stahl <mst...@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");
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to