diff options
| author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-08-22 14:48:44 +0300 | 
|---|---|---|
| committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-08-22 14:48:44 +0300 | 
| commit | b2f2a8b21610ae6863b773333c60b18b818c047f (patch) | |
| tree | 4c71e1a8e1696017473dae9a76c0b542b1be6864 | |
| parent | 8922dec40039a10e770243f3047793f8501fe43a (diff) | |
code style fix
| -rw-r--r-- | indra/newview/llimfloatercontainer.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp index 1e136b721c..6127a9a19b 100644 --- a/indra/newview/llimfloatercontainer.cpp +++ b/indra/newview/llimfloatercontainer.cpp @@ -519,7 +519,6 @@ void LLIMFloaterContainer::removeConversationListItem(const LLUUID& uuid, bool c  			item->selectItem();  		}  	} -	return;  }  LLFolderViewItem* LLIMFloaterContainer::createConversationItemWidget(LLConversationItem* item) | 
