From 9abc73c4556c1f7d2e0a04dc40b52ba7634bb150 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Thu, 5 Apr 2012 18:00:01 -0700 Subject: Removing the onShowXRayToggle callback as it is no longer required. --- indra/newview/llfloaterpathfindingconsole.cpp | 7 ------- indra/newview/llfloaterpathfindingconsole.h | 1 - 2 files changed, 8 deletions(-) (limited to 'indra') diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index 8a37082fc6..84ed1d3db5 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -98,7 +98,6 @@ BOOL LLFloaterPathfindingConsole::postBuild() mShowXRayCheckBox = findChild("x-ray"); llassert(mShowXRayCheckBox != NULL); - mShowXRayCheckBox->setCommitCallback(boost::bind(&LLFloaterPathfindingConsole::onShowXRayToggle, this)); mViewCharactersButton = findChild("view_characters_floater"); llassert(mViewCharactersButton != NULL); @@ -594,12 +593,6 @@ void LLFloaterPathfindingConsole::onShowWalkabilitySet() } } -void LLFloaterPathfindingConsole::onShowXRayToggle() -{ - //nothing to do (xray parameter not stored in pathing lib -} - - void LLFloaterPathfindingConsole::onCharacterWidthSet() { generatePath(); diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 4f86392e4b..2b61e0e1e8 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -136,7 +136,6 @@ private: virtual ~LLFloaterPathfindingConsole(); void onShowWalkabilitySet(); - void onShowXRayToggle(); void onCharacterWidthSet(); void onCharacterTypeSwitch(); void onViewCharactersClicked(); -- cgit v1.2.3