aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewercontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewercontrol.cpp')
-rw-r--r--linden/indra/newview/llviewercontrol.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/linden/indra/newview/llviewercontrol.cpp b/linden/indra/newview/llviewercontrol.cpp
index aa092c7..89ae973 100644
--- a/linden/indra/newview/llviewercontrol.cpp
+++ b/linden/indra/newview/llviewercontrol.cpp
@@ -44,7 +44,6 @@
44#include "llflexibleobject.h" 44#include "llflexibleobject.h"
45#include "llfeaturemanager.h" 45#include "llfeaturemanager.h"
46#include "llviewershadermgr.h" 46#include "llviewershadermgr.h"
47#include "llnetmap.h"
48#include "llpanelgeneral.h" 47#include "llpanelgeneral.h"
49#include "llpanelinput.h" 48#include "llpanelinput.h"
50#include "llsky.h" 49#include "llsky.h"
@@ -409,12 +408,6 @@ bool handleEffectColorChanged(const LLSD& newvalue)
409 return true; 408 return true;
410} 409}
411 410
412bool handleRotateNetMapChanged(const LLSD& newvalue)
413{
414 LLNetMap::setRotateMap(newvalue.asBoolean());
415 return true;
416}
417
418bool handleVectorizeChanged(const LLSD& newvalue) 411bool handleVectorizeChanged(const LLSD& newvalue)
419{ 412{
420 LLViewerJointMesh::updateVectorize(); 413 LLViewerJointMesh::updateVectorize();
@@ -559,7 +552,6 @@ void settings_setup_listeners()
559 gSavedSettings.getControl("UserLogFile")->getSignal()->connect(boost::bind(&handleLogFileChanged, _1)); 552 gSavedSettings.getControl("UserLogFile")->getSignal()->connect(boost::bind(&handleLogFileChanged, _1));
560 gSavedSettings.getControl("RenderHideGroupTitle")->getSignal()->connect(boost::bind(handleHideGroupTitleChanged, _1)); 553 gSavedSettings.getControl("RenderHideGroupTitle")->getSignal()->connect(boost::bind(handleHideGroupTitleChanged, _1));
561 gSavedSettings.getControl("EffectColor")->getSignal()->connect(boost::bind(handleEffectColorChanged, _1)); 554 gSavedSettings.getControl("EffectColor")->getSignal()->connect(boost::bind(handleEffectColorChanged, _1));
562 gSavedSettings.getControl("MiniMapRotate")->getSignal()->connect(boost::bind(handleRotateNetMapChanged, _1));
563 gSavedSettings.getControl("VectorizePerfTest")->getSignal()->connect(boost::bind(&handleVectorizeChanged, _1)); 555 gSavedSettings.getControl("VectorizePerfTest")->getSignal()->connect(boost::bind(&handleVectorizeChanged, _1));
564 gSavedSettings.getControl("VectorizeEnable")->getSignal()->connect(boost::bind(&handleVectorizeChanged, _1)); 556 gSavedSettings.getControl("VectorizeEnable")->getSignal()->connect(boost::bind(&handleVectorizeChanged, _1));
565 gSavedSettings.getControl("VectorizeProcessor")->getSignal()->connect(boost::bind(&handleVectorizeChanged, _1)); 557 gSavedSettings.getControl("VectorizeProcessor")->getSignal()->connect(boost::bind(&handleVectorizeChanged, _1));