Removed {Set,Get}SoundVol (old calls not supported by cfm68k)
diff --git a/Mac/Modules/snd/sndscan.py b/Mac/Modules/snd/sndscan.py
index 8db540a..249aa57 100644
--- a/Mac/Modules/snd/sndscan.py
+++ b/Mac/Modules/snd/sndscan.py
@@ -44,9 +44,12 @@
 			'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',
 
 			]