diff options
author | Merov Linden <merov@lindenlab.com> | 2010-10-27 23:40:35 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-10-27 23:40:35 -0700 |
commit | dac53830f1a67c8657ced9c39eccedbadf149bd9 (patch) | |
tree | 66c6640dc1369174cf12a392f30ef0c435a0ae51 /indra/llimage/llimagej2c.h | |
parent | e3ecffc180ae50a0e8b726a061ec39cbe591326e (diff) |
STORM-104 : make kdu statically linked, suppress the need for llkdu
Diffstat (limited to 'indra/llimage/llimagej2c.h')
-rw-r--r-- | indra/llimage/llimagej2c.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llimage/llimagej2c.h b/indra/llimage/llimagej2c.h index adbfb9cdb3..9191d7886a 100644 --- a/indra/llimage/llimagej2c.h +++ b/indra/llimage/llimagej2c.h @@ -72,8 +72,6 @@ public: static S32 calcHeaderSizeJ2C(); static S32 calcDataSizeJ2C(S32 w, S32 h, S32 comp, S32 discard_level, F32 rate = 0.f); - static void openDSO(); - static void closeDSO(); static std::string getEngineInfo(); // Image compression/decompression tester |