diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-30 11:19:28 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-30 11:19:28 +0100 |
commit | 2051ba7248f11af083bbda9cd8b67be99d0d844b (patch) | |
tree | bd79205c4e544c506ba4fbfb9cd13eeb481fa477 /indra | |
parent | 933fb7479a5f271b4ad687f8f0f8ce1e09f0e35f (diff) |
remove a nonsense assert that gcc was choking on.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llnearbychatbar.cpp | 4 |
1 files changed, 1 insertions, 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() |