GS: Fix Wunused-variable warning.

This commit is contained in:
lightningterror 2023-04-07 01:26:00 +02:00
parent bbe22f95d1
commit a06f890ab9
1 changed files with 0 additions and 1 deletions

View File

@ -1007,7 +1007,6 @@ void GSLocalMemoryFunctions::ReadImageX(const GSLocalMemory& mem, int& tx, int&
case PSMZ24:
{
const int length = len / 3;
const int aligned_length = (len + 2) / 3;
if ((length * 3) != len)
{
offset = (len - (length * 3));