diff options
author | Merov Linden <merov@lindenlab.com> | 2010-12-21 15:40:42 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-12-21 15:40:42 -0800 |
commit | ab100825bd0064dc64b9ef8bea1c70bc04090716 (patch) | |
tree | f7e15f125d584b150abbc753829f03567dcd52b5 /indra/llimage/llimage.cpp | |
parent | 704873e0da333a4f911f41cf81582f837d8e0ce4 (diff) | |
parent | a8edb1af21a8c145e68935c30c1707ec8feb34b8 (diff) |
STORM-151 : pull in viewer-development
Diffstat (limited to 'indra/llimage/llimage.cpp')
-rw-r--r-- | indra/llimage/llimage.cpp | 2 |
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; } |