aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 614c63d17..6c08b0399 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -252,9 +252,6 @@ struct gsm_paging_request {
* to the gsm_bts, a timer and some more state.
*/
struct gsm_bts_paging_state {
- /* public callbacks */
- void (*channel_allocated)(struct gsm_lchan *lchan);
-
/* pending requests */
struct llist_head pending_requests;
struct gsm_paging_request *last_request;