diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-05-24 02:28:40 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-05-24 02:28:40 +0300 |
commit | 65175e0767f96f3fc2d6c632b5f34896d7b33230 (patch) | |
tree | e92b5e56d84b0a9d34fed67eaca93e7cb1e6fbc4 /indra/llui | |
parent | 93f0023efad59c6f86ee8003e3a22f1102ad28e8 (diff) | |
parent | 2672194b1d3eb03648861a29e57d81a38f527746 (diff) |
Merged in lindenlab/viewer-release
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) |