Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08414b4
)
Delete useless os_speech_output() call.
author
David Griffith
<dave@661.org>
Thu, 9 Mar 2017 06:19:59 +0000
(22:19 -0800)
committer
David Griffith
<dave@661.org>
Thu, 9 Mar 2017 06:19:59 +0000
(22:19 -0800)
src/common/buffer.c
patch
|
blob
|
history
diff --git
a/src/common/buffer.c
b/src/common/buffer.c
index db8a1b75be92b3b3769f1b3813ba798330d6ccb3..5d6a7afb2b6ce5020b903d6cbf8fbd4ec4307a88 100644
(file)
--- 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 */