diff --git a/tools/gpu-frame-player/src/RenderThread.cpp b/tools/gpu-frame-player/src/RenderThread.cpp index 2a54d186ee..31e154d38c 100644 --- a/tools/gpu-frame-player/src/RenderThread.cpp +++ b/tools/gpu-frame-player/src/RenderThread.cpp @@ -176,7 +176,6 @@ void RenderThread::renderFrame(gpu::FramePointer& frame) { #ifdef USE_GL static gpu::BatchPointer batch = nullptr; - float scale = 1.0; if (!batch) { batch = std::make_shared(); batch->setPipeline(_presentPipeline);