diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-12 11:26:44 +0100 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-12 11:26:44 +0100 | 
| commit | 6b26a7c330e83860b28ae051ddd4e88078921256 (patch) | |
| tree | cf4d7b2c5bfd2c6c7047e17c34031858666850d3 | |
| parent | 411a30536c629c0ab995812bc5a230c493dbe5db (diff) | |
remove unused var that was causing fatal gcc whining.
| -rw-r--r-- | indra/newview/pipeline.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index a066b7fc0d..dbd7f86447 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -8882,7 +8882,6 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar)  	assertInitialized(); -	U32 mask;  	BOOL muted = LLMuteList::getInstance()->isMuted(avatar->getID());  	pushRenderTypeMask(); | 
