diff options
author | Kent Quirk <q@lindenlab.com> | 2010-07-30 15:57:46 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-07-30 15:57:46 -0400 |
commit | afaa076b7dd300a2836205fe6eb9ba5ab08bfb28 (patch) | |
tree | 9aee4b1587d6d3cae0d0a3f07793103254056137 /indra | |
parent | 8d707f0ed26119fc2670c133ce79f06826619609 (diff) |
remove useless assert and its temp variable that broke the build.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llnearbychatbar.cpp | 2 |
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; }; |