From e3466d9b9270bd398bd22006f4d2006875f2ec32 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 6 Aug 2009 17:05:31 -0500 Subject: [PATCH] Remove unneeded declarations --- gatchat/gatchat.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h index 5822f1b2..97cf4610 100644 --- a/gatchat/gatchat.h +++ b/gatchat/gatchat.h @@ -39,13 +39,6 @@ typedef void (*GAtNotifyFunc)(GAtResult *result, gpointer user_data); typedef void (*GAtDisconnectFunc)(gpointer user_data); typedef void (*GAtDebugFunc)(const char *str, gpointer user_data); -enum _GAtChatFlags { - G_AT_CHAT_FLAG_NO_LEADING_CRLF = 1, /* Some emulators are broken */ - G_AT_CHAT_FLAG_EXTRA_PDU_CRLF = 2, -}; - -typedef enum _GAtChatFlags GAtChatFlags; - GAtChat *g_at_chat_new(GIOChannel *channel, GAtSyntax *syntax); GAtChat *g_at_chat_new_from_tty(const char *device, GAtSyntax *syntax);