gatchat: Channel is now setup by GAtIO

This commit is contained in:
Denis Kenzior 2010-04-27 20:28:59 -05:00
parent 033b576593
commit 19115e0a15
1 changed files with 0 additions and 2 deletions

View File

@ -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;