commit 43d52a51d667a5a854ad8641a497eb026811cb15 parent 88796cc688f1fa869161f1b533a2e25daa25253a Author: sin <sin@2f30.org> Date: Sat, 11 Jun 2016 10:59:25 +0100 Remove redundant draw Diffstat:
M | ncmixer.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/ncmixer.c b/ncmixer.c @@ -504,8 +504,6 @@ loop(void) if (ret == -1) audio_close(&out->sio_hdl); } - - draw(); } }