diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2019-03-27 15:51:31 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2019-03-27 15:51:31 -0400 |
commit | 135dd008da4372d2c9eebe1c7bbfe87681d55612 (patch) | |
tree | 597c0c393fb9fd17a22cf50d4ac12edb35cd1cf1 /indra/llui | |
parent | 9680e74b3d57e0b3b73a0edb39646243436f476f (diff) |
DRTVWR-479: Remove unused iterators to pacify Xcode 10.2.
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) |