Suppressing a duplicated line from the previous patch, which produced critical Gdk error.
This commit is contained in:
parent
97cdd4a3e2
commit
f81c7ccabb
@ -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 ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user