summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-27 12:32:40 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-28 17:27:32 -0500
commitf09ce13ad7615e472b5dcb19653c86db1956dd49 (patch)
treec4015680376e7c964377bebbf82a084a1c98eae4 /gatchat/gatchat.h
parent5fc7c1e1d0b331c7198f49d1d0751a1e528aa263 (diff)
downloadofono-f09ce13ad7615e472b5dcb19653c86db1956dd49.tar.bz2
gatchat: Remove g_at_chat_set_syntax
Never used and too unsafe in its current form
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r--gatchat/gatchat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h
index 58c7155f..4c3ab07d 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -48,8 +48,6 @@ void g_at_chat_unref(GAtChat *chat);
gboolean g_at_chat_shutdown(GAtChat *chat);
-gboolean g_at_chat_set_syntax(GAtChat *chat, GAtSyntax *syntax);
-
gboolean g_at_chat_set_disconnect_function(GAtChat *chat,
GAtDisconnectFunc disconnect, gpointer user_data);