summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-10-01 19:22:31 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-10-01 19:22:31 +0000
commitf867cd207727b2ab4dcb9f302086b4ab149af95b (patch)
treee996de97efea98a283bed65a00fe734dadd9e258 /src/host/layer23/include
parentbb6ff927da832bfaa4ef0ac93d0586f8c58435ff (diff)
[layer23] Remove obsolete function from header file
Diffstat (limited to 'src/host/layer23/include')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/support.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/support.h b/src/host/layer23/include/osmocom/bb/mobile/support.h
index 4e962219..e10888f3 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/support.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/support.h
@@ -98,7 +98,6 @@ struct gsm_support_scan_max {
extern struct gsm_support_scan_max gsm_sup_smax[];
void gsm_support_init(struct osmocom_ms *ms);
-int gsm_support_txpwr(uint8_t tx_power, uint16_t arfcn);
void gsm_support_dump(struct gsm_support *sup,
void (*print)(void *, const char *, ...), void *priv);