diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-12-22 13:02:36 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-12-22 13:02:36 -0500 |
commit | a86e35aa0dbd8d2acd4d4e9d83e8919bcc44a0b1 (patch) | |
tree | 60e8ea1798906abaedfe52b7d2532daf5c129356 /indra/llimage/llimagej2c.h | |
parent | 8de11e98cc198442f52c6950ed518a36ce8dbc8d (diff) | |
parent | ab100825bd0064dc64b9ef8bea1c70bc04090716 (diff) |
Automated merge up from viewer-development
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 cc3dabd7d8..dd5bec8b2e 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(); protected: |