diff options
author | Dave Parks <davep@lindenlab.com> | 2011-09-30 01:11:44 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-09-30 01:11:44 -0500 |
commit | 8c1f8c77469a3b1dbc66f56f8722c0c01fdddf8a (patch) | |
tree | f28154a8113a3d6c10401fb781e8ce509bbfca00 /indra/newview | |
parent | f558d86578b6ce77e63710d9133b45c5737d1164 (diff) | |
parent | d698086da46b430f409e5e26e193061e770f187d (diff) |
merge
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/pipeline.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 3fa281368c..c517c9f602 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -6410,9 +6410,6 @@ void LLPipeline::renderBloom(BOOL for_snapshot, F32 zoom_factor, int subfield) LLGLDisable blend(GL_BLEND); bindDeferredShader(*shader); - S32 width = mScreen.getWidth(); - S32 height = mScreen.getHeight(); - if (dof_enabled) { //depth of field focal plane calculations |