summaryrefslogtreecommitdiffstats
path: root/gatchat/gsm0710.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gsm0710.c')
-rw-r--r--gatchat/gsm0710.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gatchat/gsm0710.c b/gatchat/gsm0710.c
index a94b4d1d..80036807 100644
--- a/gatchat/gsm0710.c
+++ b/gatchat/gsm0710.c
@@ -54,8 +54,6 @@ void gsm0710_initialize(struct gsm0710_context *ctx)
ctx->deliver_data = NULL;
ctx->deliver_status = NULL;
ctx->debug_message = NULL;
- ctx->open_channel = NULL;
- ctx->close_channel = NULL;
ctx->terminate = NULL;
ctx->packet_filter = NULL;
}