mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 04:03:38 +00:00
Remove unused variables
This commit is contained in:
parent
77a78511c6
commit
16dd6c2af2
1 changed files with 0 additions and 6 deletions
|
@ -246,12 +246,6 @@ namespace PVRTCC {
|
|||
CompressionLabel *labels, const uint8 *inBuf,
|
||||
const uint32 x, const uint32 y, const Indexer &idxr) {
|
||||
|
||||
uint32 width = idxr.GetWidth();
|
||||
uint32 height = idxr.GetHeight();
|
||||
|
||||
AssertPOT(width);
|
||||
AssertPOT(height);
|
||||
|
||||
const uint32 *pixels = reinterpret_cast<const uint32 *>(inBuf);
|
||||
uint32 idx0 = idxr(x, y);
|
||||
uint8 i0 = LookupIntensityByte(labels, pixels, idx0);
|
||||
|
|
Loading…
Reference in a new issue