summaryrefslogtreecommitdiffstats
path: root/gatchat/gsm0710.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-09 14:32:59 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-15 16:15:16 -0500
commit556186eb35a92de763e31b8e5012c3c74457aa5e (patch)
tree08389efc46369366983bb558ccf43e03e90cc389 /gatchat/gsm0710.h
parent876943e2b4509a54a97bfc861fc4c232bddb474c (diff)
downloadofono-556186eb35a92de763e31b8e5012c3c74457aa5e.tar.bz2
Remove more unused code
Diffstat (limited to 'gatchat/gsm0710.h')
-rw-r--r--gatchat/gsm0710.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gatchat/gsm0710.h b/gatchat/gsm0710.h
index f37624e9..a0605d19 100644
--- a/gatchat/gsm0710.h
+++ b/gatchat/gsm0710.h
@@ -62,9 +62,6 @@ struct gsm0710_context
void (*deliver_status)(struct gsm0710_context *ctx,
int channel, int status);
void (*debug_message)(struct gsm0710_context *ctx, const char *msg);
- void (*open_channel)(struct gsm0710_context *ctx, int channel);
- void (*close_channel)(struct gsm0710_context *ctx, int channel);
- void (*terminate)(struct gsm0710_context *ctx);
int (*packet_filter)(struct gsm0710_context *ctx, int channel,
int type, const unsigned char *data, int len);
};