diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 12:36:10 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 12:36:10 +0000 |
commit | 1b6a57564c166e9b54eba8e6a1eccc4399d387ec (patch) | |
tree | 0ef7ab9f29f1971015461394fd231a4347f95e5e /indra/media_plugins/webkit | |
parent | aa654ae427a8b6566494186f72c505e371d8ca00 (diff) |
more work on the volume-catcher interface.
Diffstat (limited to 'indra/media_plugins/webkit')
-rw-r--r-- | indra/media_plugins/webkit/linux_volume_catcher.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/media_plugins/webkit/linux_volume_catcher.cpp b/indra/media_plugins/webkit/linux_volume_catcher.cpp index c2d8885dc0..8d8600c344 100644 --- a/indra/media_plugins/webkit/linux_volume_catcher.cpp +++ b/indra/media_plugins/webkit/linux_volume_catcher.cpp @@ -43,9 +43,8 @@ class LinuxVolumeCatcherImpl { public: - //void setVol(F32 volume); // 0.0-1.0 - //void pump(void); - //LinuxVolumeCatcherImpl *impl; + void setVol(F32 volume); + void pump(void); private: F32 mDesiredVolume; |