From 4bf970056229fce8e9e98c7544767e69c7bfe2e9 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Wed, 16 Jun 2021 23:19:12 +0300 Subject: [PATCH] rsx: Remove unused variable leftover from refactoring --- rpcs3/Emu/RSX/Common/surface_store.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/Emu/RSX/Common/surface_store.h b/rpcs3/Emu/RSX/Common/surface_store.h index a18c25d2ca..54d0b82848 100644 --- a/rpcs3/Emu/RSX/Common/surface_store.h +++ b/rpcs3/Emu/RSX/Common/surface_store.h @@ -327,8 +327,6 @@ namespace rsx for (const auto& e : list2) surface_info.push_back(e); } - // TODO: Modify deferred_clip_region::direct_copy() to take a few more things into account! - const auto pitch = new_surface->get_rsx_pitch(); for (const auto &e: surface_info) { auto this_address = e.first;