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
commit2051ba7248f11af083bbda9cd8b67be99d0d844b (patch)
treebd79205c4e544c506ba4fbfb9cd13eeb481fa477 /indra/newview
parent933fb7479a5f271b4ad687f8f0f8ce1e09f0e35f (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()