summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-27 20:28:59 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-28 17:27:34 -0500
commit19115e0a1533b0e3fa28d6aea2560b949cf0cb99 (patch)
treeeab4cef2568178cf15234939b2e6a1128e73abfd /gatchat/gatchat.c
parent033b57659325b932a708520eeac5ef980401c872 (diff)
downloadofono-19115e0a1533b0e3fa28d6aea2560b949cf0cb99.tar.bz2
gatchat: Channel is now setup by GAtIO
Diffstat (limited to 'gatchat/gatchat.c')
-rw-r--r--gatchat/gatchat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c
index 4b86ed45..2aa2b4cb 100644
--- a/gatchat/gatchat.c
+++ b/gatchat/gatchat.c
@@ -886,8 +886,6 @@ static GAtChat *create_chat(GIOChannel *channel, GIOFlags flags,
chat->notify_list = g_hash_table_new_full(g_str_hash, g_str_equal,
g_free, at_notify_destroy);
- if (!g_at_util_setup_io(channel, flags))
- goto error;
chat->channel = channel;