diff options
Diffstat (limited to 'gatchat/gatchat.c')
-rw-r--r-- | gatchat/gatchat.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c index 6f1aa721..6e3a267e 100644 --- a/gatchat/gatchat.c +++ b/gatchat/gatchat.c @@ -1037,18 +1037,6 @@ gboolean g_at_chat_shutdown(GAtChat *chat) return TRUE; } -gboolean g_at_chat_set_syntax(GAtChat *chat, GAtSyntax *syntax) -{ - if (chat == NULL) - return FALSE; - - g_at_syntax_unref(chat->syntax); - - chat->syntax = g_at_syntax_ref(syntax); - - return TRUE; -} - gboolean g_at_chat_set_disconnect_function(GAtChat *chat, GAtDisconnectFunc disconnect, gpointer user_data) { |