diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-05-14 01:14:54 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-05-14 01:14:54 +0300 |
commit | e31f4a352d2dfdcc4ccb1be459382054e354f085 (patch) | |
tree | b8ce626b628b0b6061aaf51eed18f2422f590546 /indra/llui/lllayoutstack.cpp | |
parent | 5de9754e3079e18c855b0b713102b6b65b81af10 (diff) |
Mac buildfix
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) |