Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2020-09-05 18:36:06 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-09-05 18:49:14 +0300
commit14926a81b622bd9d37a6d7f90747f431ae070e64 (patch)
tree4c8d0a5f419d8f7c363f700d52451d4641ba7dea
parent64490bdedb7291523df3c1cf633aee7a455e2e36 (diff)
Cleanup: GPUFramebuffer: Remove unused variable
-rw-r--r--source/blender/gpu/intern/gpu_framebuffer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_framebuffer.cc b/source/blender/gpu/intern/gpu_framebuffer.cc
index a74f48d15ce..44994c2cabf 100644
--- a/source/blender/gpu/intern/gpu_framebuffer.cc
+++ b/source/blender/gpu/intern/gpu_framebuffer.cc
@@ -140,7 +140,6 @@ void FrameBuffer::recursive_downsample(int max_lvl,
void (*callback)(void *userData, int level),
void *userData)
{
- GPUContext *ctx = GPU_context_active_get();
/* Bind to make sure the frame-buffer is up to date. */
this->bind(true);