diff options
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r-- | indra/newview/llfirstuse.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index b00450eec6..c07319e224 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -38,7 +38,6 @@ // viewer includes #include "llnotify.h" -#include "llfloatervoicewizard.h" #include "llviewercontrol.h" #include "llui.h" #include "llappviewer.h" @@ -255,20 +254,6 @@ void LLFirstUse::useSculptedPrim() } // static -void LLFirstUse::useVoice() -{ - if (!gSavedSettings.getBOOL("CmdLineDisableVoice")) - { - if (gSavedSettings.getWarning("FirstVoice")) - { - gSavedSettings.setWarning("FirstVoice", FALSE); - - LLFloaterVoiceWizard::showInstance(); - } - } -} - -// static void LLFirstUse::useMedia() { if (gSavedSettings.getWarning("FirstMedia")) |