From c35e0412a331ca8edca49c927dc4bc6519d58a09 Mon Sep 17 00:00:00 2001 From: cutealien Date: Thu, 25 Jan 2024 18:08:53 +0000 Subject: [PATCH] Remove unused variable git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6586 dfc29bdd-3216-0410-991c-e03cc46cb475 --- source/Irrlicht/CD3D9Driver.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Irrlicht/CD3D9Driver.cpp b/source/Irrlicht/CD3D9Driver.cpp index 7e6e8b48..3e251f24 100644 --- a/source/Irrlicht/CD3D9Driver.cpp +++ b/source/Irrlicht/CD3D9Driver.cpp @@ -1465,8 +1465,6 @@ void CD3D9Driver::draw2DImage(const video::ITexture* texture, tcoords.LowerRightCorner.X = (f32)sourceRect.LowerRightCorner.X / (f32)ss.Width; tcoords.LowerRightCorner.Y = (f32)sourceRect.LowerRightCorner.Y / (f32)ss.Height; - const core::dimension2d& renderTargetSize = getCurrentRenderTargetSize(); - const video::SColor temp[4] = { 0xFFFFFFFF,