summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mixlib/xmix_device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mixlib/xmix_device.c b/mixlib/xmix_device.c
index 73c0485..79e7313 100644
--- a/mixlib/xmix_device.c
+++ b/mixlib/xmix_device.c
@@ -114,9 +114,6 @@ write_ (mix_device_t *dev, const mix_word_t *block)
else
result = mix_io_write_word_array (GET_CHANNEL_ (dev),
block, SIZES_[dev->type]);
- if (result && mix_device_mode(dev) == mix_dev_CHAR)
- putc ('\n', mix_io_to_FILE (GET_CHANNEL_ (dev)));
-
fflush (mix_io_to_FILE (GET_CHANNEL_ (dev)));
return result;