Hi,

removal of this class is proposed in
https://code.google.com/p/pharo/issues/detail?id=6996

-- Pavel


On Sun, Mar 10, 2013 at 11:31 AM, Stéphane Ducasse
<stephane.duca...@inria.fr> wrote:
> Hi guy
>
> Sound has an AbstractSoundSystem and a Base and Dummy. Then in addition there 
> is SounService.
>
> SoundService is not doing much
>
> soundEnabled
>         ^ self defaultSoundEnabled
>
> defaultSoundEnabled
>         ^DefaultSoundEnabled ifNil: [false]
>
> toggleSoundEnabling
>      self soundEnabled: self soundEnabled not
>
>
>
> So we could just keep AbstractSoundSystem and deprecate SoundService.
>
> Stef

Reply via email to