summaryrefslogtreecommitdiffstats
path: root/gatchat/gsm0710.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-06 18:21:01 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-08 12:53:25 -0500
commitefadf058c37e287ed5bb5d6620b28274c08d7049 (patch)
tree223d050d28a13ecea2e49b579d554cd42501ceaf /gatchat/gsm0710.h
parent273c8b06a0c25ba52ae2968eb734214015f0765e (diff)
downloadofono-efadf058c37e287ed5bb5d6620b28274c08d7049.tar.bz2
Cleanup: Get rid of unused member
ctx->server is never set to anything but 0. This was intended to handle server side functionality of the GSM 07.10 multiplexer, but never fully implemented. Since GAtMux is only really meant for the client side, we can safely remove this dead code.
Diffstat (limited to 'gatchat/gsm0710.h')
-rw-r--r--gatchat/gsm0710.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/gsm0710.h b/gatchat/gsm0710.h
index 8d0d9fe1..f37624e9 100644
--- a/gatchat/gsm0710.h
+++ b/gatchat/gsm0710.h
@@ -49,7 +49,6 @@ struct gsm0710_context
int mode;
int frame_size;
int port_speed;
- int server;
unsigned char buffer[GSM0710_BUFFER_SIZE];
int buffer_used;
unsigned long used_channels[(GSM0710_MAX_CHANNELS + 31) / 32];