diff options
-rw-r--r-- | linden/indra/newview/llviewercontrol.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/linden/indra/newview/llviewercontrol.cpp b/linden/indra/newview/llviewercontrol.cpp index a73d0ab..50224ad 100644 --- a/linden/indra/newview/llviewercontrol.cpp +++ b/linden/indra/newview/llviewercontrol.cpp | |||
@@ -498,20 +498,6 @@ bool handleTranslateChatPrefsChanged(const LLSD& newvalue) | |||
498 | return true; | 498 | return true; |
499 | } | 499 | } |
500 | 500 | ||
501 | // [RLVa:KB] - Checked: 2009-08-11 (RLVa-1.0.1h) | Added: RLVa-1.0.1h | ||
502 | bool rlvHandleEnableLegacyNamingChanged(const LLSD& newvalue) | ||
503 | { | ||
504 | rlv_handler_t::fLegacyNaming = newvalue.asBoolean(); | ||
505 | return true; | ||
506 | } | ||
507 | |||
508 | bool rlvHandleShowNameTagsChanged(const LLSD& newvalue) | ||
509 | { | ||
510 | RlvSettings::fShowNameTags = newvalue.asBoolean(); | ||
511 | return true; | ||
512 | } | ||
513 | // [/RLVa:KB] | ||
514 | |||
515 | bool handleMediaDebugLevelChanged(const LLSD& newvalue) | 501 | bool handleMediaDebugLevelChanged(const LLSD& newvalue) |
516 | { | 502 | { |
517 | LLMediaManager *mgr = LLMediaManager::getInstance(); | 503 | LLMediaManager *mgr = LLMediaManager::getInstance(); |