aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/sfx_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/sfx_timer.h')
-rw-r--r--engines/sci/include/sfx_timer.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/sci/include/sfx_timer.h b/engines/sci/include/sfx_timer.h
index 919203d120..8b17067a20 100644
--- a/engines/sci/include/sfx_timer.h
+++ b/engines/sci/include/sfx_timer.h
@@ -83,14 +83,4 @@ typedef struct {
*/
} sfx_timer_t;
-extern sfx_timer_t *
- sfx_find_timer(char *name);
-/* Finds a timer by name
-** Parameters: (char *) name: Name of the timer to look up, or NULL for default
-** Returns : (sfx_timer_t *) The timer of matching name, or NULL
-** if not found
-** This does not consider timers provided by PCM devices; there must be
-** retrieved externally.
-*/
-
#endif /* !_FREESCI_SFX_TIMER_H_ */