aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/sfx_pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/sfx_pcm.h')
-rw-r--r--engines/sci/include/sfx_pcm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/sci/include/sfx_pcm.h b/engines/sci/include/sfx_pcm.h
index 02ebba7e99..f275fd3f03 100644
--- a/engines/sci/include/sfx_pcm.h
+++ b/engines/sci/include/sfx_pcm.h
@@ -64,13 +64,6 @@
typedef struct {
- int nom, den;
- int val;
-
- /* Total value: val + nom/den, where (nom < den) guaranteed. */
-} sfx_pcm_urat_t; /* Finitary unsigned rational numbers */
-
-typedef struct {
int rate; /* Sampling rate */
int stereo; /* The stereo mode used (SFX_PCM_MONO or SFX_PCM_STEREO_*) */
unsigned int format; /* Sample format (SFX_PCM_FORMAT_*) */