summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorsimon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com>2013-01-31 10:53:03 -0800
committersimon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com>2013-01-31 10:53:03 -0800
commitdbd6b58bf26e6989f95eb6ef4ff3870da7a514d3 (patch)
treedfa3c27da6b63ad5512549b7ebe6429d6db870bf /indra/newview
parent799728b935fa4796d57a161e363c5164176d62da (diff)
Fix funky merge problem
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llmeshrepository.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index e81c863608..09003e3e53 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -416,14 +416,6 @@ public:
}
}
- ~LLWholeModelFeeResponder()
- {
- if (mThread)
- {
- mThread->stopRequest();
- }
- }
-
virtual void completed(U32 status,
const std::string& reason,
const LLSD& content)