diff options
author | Anchor <none@none> | 2019-05-21 11:15:22 -0700 |
---|---|---|
committer | Anchor <none@none> | 2019-05-21 11:15:22 -0700 |
commit | 01c7e6bb6cff0bee3cc3334cb8bbb8e38f0bdfc5 (patch) | |
tree | dd2f95bd9eb70bef876bfc856f6189d676be8b11 /indra/llui | |
parent | 504a138cb147f6a01573c7c6453a411c330e5f73 (diff) | |
parent | 2672194b1d3eb03648861a29e57d81a38f527746 (diff) |
Merge
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lllayoutstack.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp index b1ba725c2f..955e7089f4 100644 --- a/indra/llui/lllayoutstack.cpp +++ b/indra/llui/lllayoutstack.cpp @@ -516,7 +516,6 @@ LLLayoutPanel* LLLayoutStack::findEmbeddedPanel(LLPanel* panelp) const { if (!panelp) return NULL; - e_panel_list_t::const_iterator panel_it; BOOST_FOREACH(LLLayoutPanel* p, mPanels) { if (p == panelp) |