From bc54194e4d9ff8f25f7bbb1561b84bee074d8262 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Mon, 23 May 2016 16:39:52 +0200 Subject: Fix Radio plugin linking, improve Radio code Radio plugin now links correctly again (-lm was missing). Fix Radio plugin logic for new API, guard against some undefined values. Signed-off-by: Manuel Bachmann --- plugins/radio/radio-rtlsdr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/radio/radio-rtlsdr.h') diff --git a/plugins/radio/radio-rtlsdr.h b/plugins/radio/radio-rtlsdr.h index ad22908d..2308f27e 100644 --- a/plugins/radio/radio-rtlsdr.h +++ b/plugins/radio/radio-rtlsdr.h @@ -97,8 +97,4 @@ void _radio_apply_params (struct dev_ctx *); void _radio_start_threads (struct dev_ctx *); void _radio_stop_threads (struct dev_ctx *); -static void* _dongle_thread_fn (void *); -static void* _demod_thread_fn (void *); -static void* _output_thread_fn (void *); - #endif /* RADIO_RTLSDR_H */ -- cgit 1.2.3-korg