gatchat: The IO setup already ensures no encoding and no buffering

This commit is contained in:
Marcel Holtmann 2011-01-20 10:56:21 +01:00
parent 5d524cac73
commit d70011661c
1 changed files with 0 additions and 3 deletions

View File

@ -205,9 +205,6 @@ static void create_tun(GAtRawIP *rawip)
rawip->tun_io = g_at_io_new(channel);
g_io_channel_set_encoding(channel, NULL, NULL);
g_io_channel_set_buffered(channel, FALSE);
g_io_channel_unref(channel);
}