aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include
diff options
context:
space:
mode:
authorMax Horn2009-02-17 18:17:01 +0000
committerMax Horn2009-02-17 18:17:01 +0000
commit471f630c2e2da507cf4c0d52e55279e1d20177c1 (patch)
treec8b464d8674b467b0be57132c3890bde42f9ec26 /engines/sci/include
parentf245cf55b842ed81294e42f87369684630a22572 (diff)
downloadscummvm-rg350-471f630c2e2da507cf4c0d52e55279e1d20177c1.tar.gz
scummvm-rg350-471f630c2e2da507cf4c0d52e55279e1d20177c1.tar.bz2
scummvm-rg350-471f630c2e2da507cf4c0d52e55279e1d20177c1.zip
SCI: Moved sfx_pcm_urat_t from include/sfx_pcm.h to sfx/mixer.h
svn-id: r38434
Diffstat (limited to 'engines/sci/include')
-rw-r--r--engines/sci/include/gfx_res_options.h6
-rw-r--r--engines/sci/include/sfx_pcm.h7
2 files changed, 0 insertions, 13 deletions
diff --git a/engines/sci/include/gfx_res_options.h b/engines/sci/include/gfx_res_options.h
index ee008e03dd..f22989437d 100644
--- a/engines/sci/include/gfx_res_options.h
+++ b/engines/sci/include/gfx_res_options.h
@@ -35,12 +35,6 @@ typedef struct _gfx_res_pattern {
int min, max;
} gfx_res_pattern_t;
-typedef struct _gfx_res_pattern_list {
- gfx_res_pattern_t pattern;
- struct _gfx_res_pattern_list *next;
-} gfx_res_pattern_list_t;
-
-
/* GFX resource assignments */
typedef struct {
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_*) */