[d3d9] Remove unused variable

Fixes a compiler warning.
This commit is contained in:
Philip Rebohle 2020-01-17 12:03:35 +01:00
parent 609856db35
commit caae5d18ed
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ namespace dxvk {
srcSubresource.mipLevel,
srcSubresource.arrayLayer, 1 };
VkExtent3D dstExtent = blittedSrc->mipLevelExtent(dstSubresource.mipLevel);
VkExtent3D srcExtent = srcImage->mipLevelExtent(srcSubresource.mipLevel);
// Blit to a subrect of the src extents