mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
173e37fe0d
WWW: https://github.com/gordonjcp/lysdr PR: ports/190549 Submitted by: shurd@sasktel.net
14 lines
297 B
C
14 lines
297 B
C
--- lysdr.c.orig 2014-06-02 01:02:06.000000000 -0700
|
|
+++ lysdr.c 2014-06-02 01:02:18.000000000 -0700
|
|
@@ -103,10 +103,6 @@
|
|
|
|
printf("lysdr starting\n");
|
|
|
|
- // get the Gtk threads support going
|
|
- if(!g_thread_supported())
|
|
- g_thread_init(NULL);
|
|
-
|
|
gdk_threads_init();
|
|
gdk_threads_enter();
|
|
|