summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatervoicedevicesettings.h
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-12-11 15:06:32 +0000
committerLynx Linden <lynx@lindenlab.com>2009-12-11 15:06:32 +0000
commiteda8634b17133df5f3104d96ad56d3626a90aad8 (patch)
treee2b8a1789cf818c207f0b279ac46b295444ad5e1 /indra/newview/llfloatervoicedevicesettings.h
parent9f0e4f668395eb7b55cb48a949e3aebcf46f1bcd (diff)
EXT-3394: Remove manual voice gain controls.
The new Vivox SDK supports Automatic Gain Control (AGC), so we shouldn't need to change the local gain level from the default of 50%. This change sets the initial gain level to 50 (instead of 62) and removes the local gain sliders from the Sound Preferences floater and the Voice Controls floater. The latter was not hooked up yet anyway.
Diffstat (limited to 'indra/newview/llfloatervoicedevicesettings.h')
-rw-r--r--indra/newview/llfloatervoicedevicesettings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatervoicedevicesettings.h b/indra/newview/llfloatervoicedevicesettings.h
index d67283d0a2..20958af780 100644
--- a/indra/newview/llfloatervoicedevicesettings.h
+++ b/indra/newview/llfloatervoicedevicesettings.h
@@ -56,7 +56,6 @@ protected:
static void onCommitInputDevice(LLUICtrl* ctrl, void* user_data);
static void onCommitOutputDevice(LLUICtrl* ctrl, void* user_data);
- F32 mMicVolume;
std::string mInputDevice;
std::string mOutputDevice;
class LLComboBox *mCtrlInputDevices;