Suppressing a duplicated line from the previous patch, which produced critical Gdk error.

This commit is contained in:
natureh 510 2013-06-30 11:06:17 +02:00
parent 97cdd4a3e2
commit f81c7ccabb

View File

@ -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 ();