diff options
author | Dave Parks <davep@lindenlab.com> | 2011-09-30 01:10:26 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-09-30 01:10:26 -0500 |
commit | d698086da46b430f409e5e26e193061e770f187d (patch) | |
tree | 8127ae13bb844260b5fd5d55f9b4bbfc65ad1d3c /indra/newview/pipeline.cpp | |
parent | ccf751e78ee551648e4ae29f2e7c0e7288cd7168 (diff) |
Fix for linux build
Diffstat (limited to 'indra/newview/pipeline.cpp')
-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 db9675650a..7718a16532 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 |