summaryrefslogtreecommitdiff
path: root/indra/llimage/llimage.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-10-27 23:40:35 -0700
committerMerov Linden <merov@lindenlab.com>2010-10-27 23:40:35 -0700
commitdac53830f1a67c8657ced9c39eccedbadf149bd9 (patch)
tree66c6640dc1369174cf12a392f30ef0c435a0ae51 /indra/llimage/llimage.cpp
parente3ecffc180ae50a0e8b726a061ec39cbe591326e (diff)
STORM-104 : make kdu statically linked, suppress the need for llkdu
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;
}