forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
297 B
C
13 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();
|
|
|