From: David Griffith Date: Thu, 9 Mar 2017 06:19:59 +0000 (-0800) Subject: Delete useless os_speech_output() call. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=737f2799d83c8116c78b032da1c9a70c0f256e22;p=liskon_frotz.git Delete useless os_speech_output() call. --- diff --git a/src/common/buffer.c b/src/common/buffer.c index db8a1b7..5d6a7af 100644 --- a/src/common/buffer.c +++ b/src/common/buffer.c @@ -57,10 +57,6 @@ void flush_buffer (void) stream_word (buffer); -#ifdef SPEECH_OUTPUT - os_speech_output(buffer); -#endif - locked = FALSE; /* Reset the buffer */