From 556186eb35a92de763e31b8e5012c3c74457aa5e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 9 Oct 2009 14:32:59 -0500 Subject: Remove more unused code --- gatchat/gsm0710.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gatchat/gsm0710.h') 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); }; -- cgit v1.2.3