This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove duplicate t_wave_callback definition in wave.c.
master
Reece H. Dunn
9 years ago
parent
7a4bc02cb6
commit
71b998b691
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
0
2
src/libespeak-ng/wave.c
+ 0
- 2
src/libespeak-ng/wave.c
View File
@@ -860,8 +860,6 @@ void wave_flush(void *theHandler)
(void)theHandler; // unused
}
typedef int (t_wave_callback)(void);
void wave_set_callback_is_output_enabled(t_wave_callback *cb)
{
(void)cb; // unused
Write
Preview
Loading…
Cancel
Save