summaryrefslogtreecommitdiff
path: root/indra/llimage/llimage.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-12-22 13:02:36 -0500
committerLoren Shih <seraph@lindenlab.com>2010-12-22 13:02:36 -0500
commita86e35aa0dbd8d2acd4d4e9d83e8919bcc44a0b1 (patch)
tree60e8ea1798906abaedfe52b7d2532daf5c129356 /indra/llimage/llimage.cpp
parent8de11e98cc198442f52c6950ed518a36ce8dbc8d (diff)
parentab100825bd0064dc64b9ef8bea1c70bc04090716 (diff)
Automated merge up from viewer-development
Diffstat (limited to 'indra/llimage/llimage.cpp')
-rw-r--r--indra/llimage/llimage.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp
index 5c33b675ca..b46a99e030 100644
--- a/indra/llimage/llimage.cpp
+++ b/indra/llimage/llimage.cpp
@@ -52,13 +52,11 @@ LLMutex* LLImage::sMutex = NULL;
void LLImage::initClass()
{
sMutex = new LLMutex(NULL);
- LLImageJ2C::openDSO();
}
//static
void LLImage::cleanupClass()
{
- LLImageJ2C::closeDSO();
delete sMutex;
sMutex = NULL;
}