summaryrefslogtreecommitdiffstats
path: root/gatchat/gatmux.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/gatmux.c
parentefadf058c37e287ed5bb5d6620b28274c08d7049 (diff)
downloadofono-f9db94cd739ba73f848114ed0043412906e5c8b4.tar.bz2
Cleanup: Remove more dead code
Diffstat (limited to 'gatchat/gatmux.c')
-rw-r--r--gatchat/gatmux.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gatchat/gatmux.c b/gatchat/gatmux.c
index 4390b336..c7834837 100644
--- a/gatchat/gatmux.c
+++ b/gatchat/gatmux.c
@@ -141,14 +141,6 @@ static void deliver_status(struct gsm0710_context *ctx,
g_main_context_wakeup(context);
}
-static void open_channel(struct gsm0710_context *ctx, int channel)
-{
-}
-
-static void close_channel(struct gsm0710_context *ctx, int channel)
-{
-}
-
static void debug_message(struct gsm0710_context *ctx, const char *msg)
{
}
@@ -181,8 +173,6 @@ GAtMux *g_at_mux_new(GIOChannel *channel)
mux->ctx.terminate = do_terminate;
mux->ctx.deliver_data = deliver_data;
mux->ctx.deliver_status = deliver_status;
- mux->ctx.open_channel = open_channel;
- mux->ctx.close_channel = close_channel;
mux->ctx.debug_message = debug_message;
return mux;