From 6d146609b5f7e47d312c5b4edfd8db55e8f2aa55 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 27 Aug 2007 21:58:09 +0000 Subject: serial: removed useless call and it is not implemented on eglib --- serial/manager.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/serial/manager.c b/serial/manager.c index 7a489c7f..bb46d35c 100644 --- a/serial/manager.c +++ b/serial/manager.c @@ -1100,8 +1100,6 @@ static GIOError channel_write(GIOChannel *chan, char *buf, size_t size) wbytes += written; } - g_io_channel_flush(chan, NULL); - return err; } -- cgit