diff options
Diffstat (limited to 'linden/indra/newview/llfirstuse.cpp')
-rw-r--r-- | linden/indra/newview/llfirstuse.cpp | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/linden/indra/newview/llfirstuse.cpp b/linden/indra/newview/llfirstuse.cpp index 4ea950f..e6dee2c 100644 --- a/linden/indra/newview/llfirstuse.cpp +++ b/linden/indra/newview/llfirstuse.cpp | |||
@@ -38,7 +38,6 @@ | |||
38 | 38 | ||
39 | // viewer includes | 39 | // viewer includes |
40 | #include "llnotify.h" | 40 | #include "llnotify.h" |
41 | #include "llfloatervoicewizard.h" | ||
42 | #include "llviewercontrol.h" | 41 | #include "llviewercontrol.h" |
43 | #include "llui.h" | 42 | #include "llui.h" |
44 | #include "llappviewer.h" | 43 | #include "llappviewer.h" |
@@ -49,7 +48,8 @@ std::set<LLString> LLFirstUse::sConfigVariables; | |||
49 | // static | 48 | // static |
50 | void LLFirstUse::addConfigVariable(const LLString& var) | 49 | void LLFirstUse::addConfigVariable(const LLString& var) |
51 | { | 50 | { |
52 | gSavedSettings.addWarning(var); | 51 | //Don't add the warning, now that we're storing the default in the settings_default.xml file |
52 | //gSavedSettings.addWarning(var); | ||
53 | sConfigVariables.insert(var); | 53 | sConfigVariables.insert(var); |
54 | } | 54 | } |
55 | 55 | ||
@@ -254,18 +254,6 @@ void LLFirstUse::useSculptedPrim() | |||
254 | } | 254 | } |
255 | 255 | ||
256 | // static | 256 | // static |
257 | void LLFirstUse::useVoice() | ||
258 | { | ||
259 | if (gDisableVoice) return; | ||
260 | if (gSavedSettings.getWarning("FirstVoice")) | ||
261 | { | ||
262 | gSavedSettings.setWarning("FirstVoice", FALSE); | ||
263 | |||
264 | LLFloaterVoiceWizard::showInstance(); | ||
265 | } | ||
266 | } | ||
267 | |||
268 | // static | ||
269 | void LLFirstUse::useMedia() | 257 | void LLFirstUse::useMedia() |
270 | { | 258 | { |
271 | if (gSavedSettings.getWarning("FirstMedia")) | 259 | if (gSavedSettings.getWarning("FirstMedia")) |