diff options
Diffstat (limited to 'engines/sci/sfx/misc.h')
-rw-r--r-- | engines/sci/sfx/misc.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/engines/sci/sfx/misc.h b/engines/sci/sfx/misc.h index 40daec4a4d..ce2673a737 100644 --- a/engines/sci/sfx/misc.h +++ b/engines/sci/sfx/misc.h @@ -30,22 +30,6 @@ namespace Sci { class SongIterator; -int sfx_get_player_polyphony(); -/* Determines the polyphony of the player in use -** Returns : (int) Number of voices the active player can emit -*/ - -void sfx_reset_player(); -/* Tells the player to stop its internal iterator -** Parameters: None. -** Returns: Nothing. - */ - -void sfx_player_tell_synth(int buf_nr, byte *buf); -/* Pass a raw MIDI event to the synth of the player -Parameters: (int) argc: Length of buffer holding the midi event - (byte *) argv: The buffer itself -*/ SongIterator *sfx_iterator_combine(SongIterator *it1, SongIterator *it2); |