[squeak-dev] The Trunk: System-cmm.444.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 22 01:23:49 UTC 2011


Chris Muller uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-cmm.444.mcz

==================== Summary ====================

Name: System-cmm.444
Author: cmm
Time: 21 June 2011, 8:23:11.442 pm
UUID: 9a6e9e27-c71c-44fd-b8a9-f2c2c5e2eb0c
Ancestors: System-cmm.443

Removed sound options that were in Preferences since they have been moved to SoundPlayer and SoundService.

=============== Diff against System-cmm.443 ===============

Item was removed:
- ----- Method: Preferences class>>canRecordWhilePlaying (in category 'sound') -----
- canRecordWhilePlaying
- 	self deprecated: 'Ask the sound recorder for this info'.
- 	^SoundRecorder canRecordWhilePlaying!

Item was removed:
- ----- Method: Preferences class>>soundQuickStart (in category 'sound') -----
- soundQuickStart
- 	self deprecated: 'Ask the sound player for this info'.
- 	^SoundPlayer soundQuickStart!

Item was removed:
- ----- Method: Preferences class>>soundStopWhenDone (in category 'sound') -----
- soundStopWhenDone
- 	self deprecated: 'Ask the sound player for this info'.
- 	^SoundPlayer stopSoundWhenDone!

Item was removed:
- ----- Method: Preferences class>>soundsEnabled (in category 'sound') -----
- soundsEnabled
- 	self deprecated: 'Sound now uses now preference pragmas. 
- 		Setting available directly in SoundService'.
- 	^SoundService soundEnabled!




More information about the Squeak-dev mailing list