diff options
author | Richard Nelson <none@none> | 2010-07-30 15:17:32 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-07-30 15:17:32 -0700 |
commit | b95ad3b5cec84387d20d2a1af08eeb090b54b134 (patch) | |
tree | eb5edc9a7533e528a4a95fa7e00d6176b741a88c /indra/llui/llview.h | |
parent | 50005b81f7788cd7a372ab3009568bdb9e024a6e (diff) |
further UI rendering performance improvements
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index 745a1b6e74..37f5232f91 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -273,7 +273,6 @@ public: S32 getDefaultTabGroup() const { return mDefaultTabGroup; } S32 getLastTabGroup() { return mLastTabGroup; } - bool trueToRoot(const boost::function<bool (const LLView*)>& predicate) const; BOOL isInVisibleChain() const; BOOL isInEnabledChain() const; |