mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Removed {Set,Get}SoundVol (old calls not supported by cfm68k)
This commit is contained in:
parent
ee8662febd
commit
e5649c75f0
2 changed files with 4 additions and 34 deletions
|
|
@ -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',
|
||||
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue