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 | 5e32fb5d28921e8adcdade56b97861356c590855 (patch) | |
| tree | bd79205c4e544c506ba4fbfb9cd13eeb481fa477 | |
| parent | 96099cff3851fa9546a4294ff23864c2d7e6b8c8 (diff) | |
remove a nonsense assert that gcc was choking on.
| -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() |
