diff options
author | Merov Linden <merov@lindenlab.com> | 2010-11-08 17:16:31 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-11-08 17:16:31 -0800 |
commit | b5df1d2abcef04ee5f491a7414189f4e82faaa1e (patch) | |
tree | 1e8d59da3e0473f300d99bd683cd1486de3b31e2 /indra/llimage/llimagej2c.h | |
parent | 85509457c6dc6a0f3e56fa3d24ae872e1878c04f (diff) |
STORM-105 : takes Vadim's comments into account, clean up use of static globals and magic strings, enforce naming conventions
Diffstat (limited to 'indra/llimage/llimagej2c.h')
-rw-r--r-- | indra/llimage/llimagej2c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llimage/llimagej2c.h b/indra/llimage/llimagej2c.h index 7333f0370f..cc3dabd7d8 100644 --- a/indra/llimage/llimagej2c.h +++ b/indra/llimage/llimagej2c.h @@ -97,7 +97,6 @@ protected: // Image compression/decompression tester static LLImageCompressionTester* sTesterp; - static bool perfStatsEnabled(); }; // Derive from this class to implement JPEG2000 decoding |