summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-15 18:04:22 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-15 18:04:22 +0000
commitdab54100f5df8036d86507ec66ad178194affb70 (patch)
tree3cca2d773959fa7908010924feceae72f10cb5f1 /indra/newview
parent4bb57fde32fbcf59eaf4de97aef547290fe34aec (diff)
CID-37
Checker: DEADCODE Function: LLToolsSelectedScriptAction::handleEvent(const LLSD &) File: /indra/newview/llviewermenu.cpp
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewermenu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index 379cd5efb2..24a788aaed 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -6408,7 +6408,6 @@ class LLToolsSelectedScriptAction : public view_listener_t
else
{
llwarns << "Failed to generate LLFloaterScriptQueue with action: " << action << llendl;
- delete queue;
}
return true;
}