Skip to content
Snippets Groups Projects
Commit afaa076b authored by Kent Quirk's avatar Kent Quirk
Browse files

remove useless assert and its temp variable that broke the build.

parent 8d707f0e
No related branches found
No related tags found
No related merge requests found
...@@ -393,8 +393,6 @@ LLGestureComboList::~LLGestureComboList() ...@@ -393,8 +393,6 @@ LLGestureComboList::~LLGestureComboList()
LLCtrlListInterface* LLGestureComboList::getListInterface() LLCtrlListInterface* LLGestureComboList::getListInterface()
{ {
LLCtrlListInterface *result = mList;
llassert((LLCtrlListInterface*)mList==result);
return mList; return mList;
}; };
......
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