summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingconsole.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-04-18 18:50:30 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-04-18 18:50:30 -0700
commitb025bc0c2a68fa75df23373a1836e22a347f539e (patch)
treec28d61b71ca4babd8e1ea51af76f2ecd7e4f11db /indra/newview/llfloaterpathfindingconsole.h
parent12207b5f2ce14503064ea0af273303eec0cb2ce7 (diff)
Cleaning up how the shape flags are being computed and removing an unneeded member variable from the pathfinding console class in the process.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r--indra/newview/llfloaterpathfindingconsole.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h
index 48ed3243e8..47c5a9c80f 100644
--- a/indra/newview/llfloaterpathfindingconsole.h
+++ b/indra/newview/llfloaterpathfindingconsole.h
@@ -141,8 +141,6 @@ private:
void clearPath();
void updatePathTestStatus();
- void resetShapeRenderFlags() { mShapeRenderFlags = 0; }
- void setShapeRenderFlag( LLPathingLib::LLShapeType type ) { mShapeRenderFlags |= (1<<type); }
void fillInColorsForNavMeshVisualization();
LLRootHandle<LLFloaterPathfindingConsole> mSelfHandle;
@@ -184,8 +182,6 @@ private:
EConsoleState mConsoleState;
- U32 mShapeRenderFlags;
-
static LLHandle<LLFloaterPathfindingConsole> sInstanceHandle;
LLPathingLib::NavMeshColors mNavMeshColors;