remove unused variable

This commit is contained in:
twinaphex 2021-09-21 17:38:07 +02:00
parent f11f892076
commit a950bfbe3e

View File

@ -195,8 +195,6 @@ void picoscale_upscale_rgb_snn_256_320x224_240(uint16_t *PICOSCALE_restrict di,
{
uint16_t y, j;
uint16_t *di_start = di;
for (y = 0; y < 224; y += 16)
{
for (j = 0; j < 8; j++)