gatchat: The IO setup already ensures no encoding and no buffering
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 20 Jan 2011 09:56:21 +0000 (10:56 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 20 Jan 2011 09:56:21 +0000 (10:56 +0100)
gatchat/gatrawip.c

index e8af473..539f71f 100644 (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);
 }