diff options
author | Merov Linden <merov@lindenlab.com> | 2012-05-07 13:53:39 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-05-07 13:53:39 -0700 |
commit | 3eb139419c806f1aa68ba86bf3a44b53ef2c1102 (patch) | |
tree | a9775440bd2512a2b8eca937d3ae152477f7df0f | |
parent | d04112e73f8bf21bf32e627b19cf1ecc860ac8b8 (diff) |
SH-3126 : Clean up stray comment
-rwxr-xr-x | indra/newview/lltexturefetch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index a25876a1e6..c7f522fc68 100755 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -780,7 +780,6 @@ U32 LLTextureFetchWorker::calcWorkPriority() } // mWorkMutex is locked -// Merov : Change so to take into account size == 0 == max void LLTextureFetchWorker::setDesiredDiscard(S32 discard, S32 size) { bool prioritize = false; |