Skip to content
Snippets Groups Projects
Commit 2051ba72 authored by Tofu Linden's avatar Tofu Linden
Browse files

remove a nonsense assert that gcc was choking on.

parent 933fb747
No related branches found
No related tags found
No related merge requests found
......@@ -393,10 +393,8 @@ LLGestureComboList::~LLGestureComboList()
LLCtrlListInterface* LLGestureComboList::getListInterface()
{
LLCtrlListInterface *result = mList;
llassert((LLCtrlListInterface*)mList==result);
return mList;
};
}
LLNearbyChatBar::LLNearbyChatBar()
: LLPanel()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment