aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-13 17:23:24 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-13 17:34:46 +0200
commit752055c7c1c5aedbcab9666e84aa7dd5024544b6 (patch)
tree3f9184ccdfa345de02044e4cf884da4be72b470d /Transceiver52M/radioInterface.cpp
parent705a34832605f100686ba1386461cdd482290952 (diff)
radioInterface: Remove unusued getRxGain()
Only the radioDevice->getRxGain() is called from inside radioInterfaceMulti, so the API in radioInterface is not used at all. Change-Id: Icc4e9a7ebfdafe7c72c535752a5e379d12592c9a
Diffstat (limited to 'Transceiver52M/radioInterface.cpp')
-rw-r--r--Transceiver52M/radioInterface.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp
index bd19b24..9c7c044 100644
--- a/Transceiver52M/radioInterface.cpp
+++ b/Transceiver52M/radioInterface.cpp
@@ -307,11 +307,6 @@ double RadioInterface::setRxGain(double dB, size_t chan)
return mDevice->setRxGain(dB, chan);
}
-double RadioInterface::getRxGain(size_t chan)
-{
- return mDevice->getRxGain(chan);
-}
-
/* Receive a timestamped chunk from the device */
int RadioInterface::pullBuffer()
{