aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index 1b4e181..840f87b 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -138,12 +138,6 @@ public:
/** shutdown (teardown threads) the Transceiver */
void shutdown();
- /** attach the radioInterface receive FIFO */
- void receiveFIFO(VectorFIFO *wFIFO) { mReceiveFIFO = wFIFO;}
-
- /** attach the radioInterface transmit FIFO */
- void transmitQueue(VectorQueue *wQ) { mTransmitPriorityQueue = wQ; }
-
protected:
/** drive reception and demodulation of GSM bursts */