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/newview/llviewertexture.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/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 88d449e061..b5636bbdc7 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -676,7 +676,6 @@ private: public: //texture pipeline tester static LLTexturePipelineTester* sTesterp ; - static bool perfStatsEnabled(); //returns NULL if tex is not a LLViewerFetchedTexture nor derived from LLViewerFetchedTexture. static LLViewerFetchedTexture* staticCastToFetchedTexture(LLTexture* tex, BOOL report_error = FALSE) ; |