From 2051ba7248f11af083bbda9cd8b67be99d0d844b Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Fri, 30 Jul 2010 11:19:28 +0100 Subject: remove a nonsense assert that gcc was choking on. --- indra/newview/llnearbychatbar.cpp | 4 +--- 1 file changed, 1 insertion(+), 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() -- cgit v1.2.3