Removed {Set,Get}SoundVol (old calls not supported by cfm68k)

This commit is contained in:
Jack Jansen 1996-08-19 10:59:44 +00:00
parent ee8662febd
commit e5649c75f0
2 changed files with 4 additions and 34 deletions

View file

@ -44,9 +44,12 @@ class SoundScanner(Scanner):
'GetSoundPreference',
'SetSoundPreference',
'GetCompressionInfo',
# And 3.1 calls, ditto...
# Calls with void_ptr arguments (to be done).
'SndGetInfo',
'SndSetInfo',
# And old calls that are no longer supported
'SetSoundVol',
'GetSoundVol',
]