summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAdam Moss <c@yotes.com>2012-04-22 19:53:46 +0100
committerAdam Moss <c@yotes.com>2012-04-22 19:53:46 +0100
commit5adf6bdd28c52a601084259ea477ab52b59872f3 (patch)
treeec2e819e8e7c179204c26c83d8d9329b1239e2a6 /indra
parentab82a96f6e9eecc942aef4a10acd58ba97dfb3fe (diff)
remove a frightening llwarns that was just there for my own education.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index e098aa244b..0e53cfaa86 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -738,8 +738,6 @@ void LLPipeline::allocatePhysicsBuffer()
void LLPipeline::allocateScreenBuffer(U32 resX, U32 resY)
{
- llwarns << "ALLOCATING SCREEN BUFFER, " << resX << "x" << resY << llendl;
-
refreshCachedSettings();
U32 samples = RenderFSAASamples;