diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-05-21 18:32:04 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-05-21 18:32:04 +0300 |
commit | b7c3a2fbeb7580978741b80c2213e78c7ed7e0ff (patch) | |
tree | 7a1c93b146acb654c3748f2c65e30d79d1b8a0bd /indra/llui/lllayoutstack.cpp | |
parent | ca0a699c88a265c2e2fffb222fc480e57c87a516 (diff) | |
parent | 2672194b1d3eb03648861a29e57d81a38f527746 (diff) |
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/llui/lllayoutstack.cpp')
-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) |