Fix Radio plugin linking, improve Radio code
[src/app-framework-binder.git] / plugins / radio / radio-rtlsdr.h
index ba39211..2308f27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
  * Author "Manuel Bachmann"
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -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 */