aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
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.h
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.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 235d888..945624a 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -109,9 +109,6 @@ public:
/** set receive gain */
double setRxGain(double dB, size_t chan = 0);
- /** get receive gain */
- double getRxGain(size_t chan = 0);
-
/** drive transmission of GSM bursts */
void driveTransmitRadio(std::vector<signalVector *> &bursts,
std::vector<bool> &zeros);