From f81c7ccabb5fc60056e53921559697b68c01fd3a Mon Sep 17 00:00:00 2001 From: natureh 510 Date: Sun, 30 Jun 2013 11:06:17 +0200 Subject: [PATCH] Suppressing a duplicated line from the previous patch, which produced critical Gdk error. --- rtgui/main.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtgui/main.cc b/rtgui/main.cc index 80243a509..86cee803b 100644 --- a/rtgui/main.cc +++ b/rtgui/main.cc @@ -129,7 +129,6 @@ int main(int argc, char **argv) Glib::thread_init(); gdk_threads_set_lock_functions(G_CALLBACK(myGdkLockEnter), (G_CALLBACK(myGdkLockLeave))); - gdk_threads_set_lock_functions(G_CALLBACK(myGdkLockEnter), (G_CALLBACK(myGdkLockLeave))); gdk_threads_init(); Gio::init ();