rsx: Remove unused variable leftover from refactoring

This commit is contained in:
kd-11 2021-06-16 23:19:12 +03:00 committed by kd-11
parent 966aec7ad7
commit 4bf9700562

View File

@ -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;