summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Quirk <q@lindenlab.com>2010-07-30 15:57:46 -0400
committerKent Quirk <q@lindenlab.com>2010-07-30 15:57:46 -0400
commitafaa076b7dd300a2836205fe6eb9ba5ab08bfb28 (patch)
tree9aee4b1587d6d3cae0d0a3f07793103254056137
parent8d707f0ed26119fc2670c133ce79f06826619609 (diff)
remove useless assert and its temp variable that broke the build.
-rw-r--r--indra/newview/llnearbychatbar.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp
index 8a52cf715f..6c1fb69c02 100644
--- a/indra/newview/llnearbychatbar.cpp
+++ b/indra/newview/llnearbychatbar.cpp
@@ -393,8 +393,6 @@ LLGestureComboList::~LLGestureComboList()
LLCtrlListInterface* LLGestureComboList::getListInterface()
{
- LLCtrlListInterface *result = mList;
- llassert((LLCtrlListInterface*)mList==result);
return mList;
};