summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-07-30 11:19:28 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-07-30 11:19:28 +0100
commit5e32fb5d28921e8adcdade56b97861356c590855 (patch)
treebd79205c4e544c506ba4fbfb9cd13eeb481fa477 /indra/newview
parent96099cff3851fa9546a4294ff23864c2d7e6b8c8 (diff)
remove a nonsense assert that gcc was choking on.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llnearbychatbar.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp
index 8a52cf715f..6cfd810c10 100644
--- a/indra/newview/llnearbychatbar.cpp
+++ b/indra/newview/llnearbychatbar.cpp
@@ -393,10 +393,8 @@ LLGestureComboList::~LLGestureComboList()
LLCtrlListInterface* LLGestureComboList::getListInterface()
{
- LLCtrlListInterface *result = mList;
- llassert((LLCtrlListInterface*)mList==result);
return mList;
-};
+}
LLNearbyChatBar::LLNearbyChatBar()
: LLPanel()