aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index f19a8dc..dcfb67f 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -127,9 +127,6 @@ public:
/** returns the full-scale receive amplitude **/
double fullScaleOutputValue();
- /** set thread priority on current thread */
- void setPriority(float prio = 0.5) { mRadio->setPriority(prio); }
-
/** get transport window type of attached device */
enum RadioDevice::TxWindowType getWindowType() { return mRadio->getWindowType(); }