summaryrefslogtreecommitdiffstats
path: root/gatchat/gsm0710.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-07 11:06:31 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-08 12:53:25 -0500
commitf9db94cd739ba73f848114ed0043412906e5c8b4 (patch)
treea98a47f8d0e6ee51555c9836e8c16dbdaa2ccde1 /gatchat/gsm0710.c
parentefadf058c37e287ed5bb5d6620b28274c08d7049 (diff)
downloadofono-f9db94cd739ba73f848114ed0043412906e5c8b4.tar.bz2
Cleanup: Remove more dead code
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;
}