Remove unused local

This commit is contained in:
gdkchan 2018-10-27 03:46:18 -03:00
parent 25e5bc24b5
commit 8122d2ea33

View file

@ -63,8 +63,6 @@ namespace Ryujinx.Graphics
GalMemoryLayout SrcLayout = GetLayout(SrcLinear);
GalMemoryLayout DstLayout = GetLayout(DstLinear);
bool ClipEnable = ReadRegister(NvGpuEngine2dReg.ClipEnable) != 0;
int SrcBlockHeight = 1 << ((SrcBlkDim >> 4) & 0xf);
int DstBlockHeight = 1 << ((DstBlkDim >> 4) & 0xf);