removing unused variable

This commit is contained in:
Clément Le Bihan
2020-05-14 01:25:59 +02:00
parent 9d0d120974
commit e021f193fa
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -456,7 +456,6 @@ namespace ComSquare::PPU
union TileMapData tileData; union TileMapData tileData;
std::vector<uint16_t> palette; std::vector<uint16_t> palette;
int index = 0; int index = 0;
uint16_t tmp;
uint8_t reference = 0; uint8_t reference = 0;
uint32_t color = 0; uint32_t color = 0;
+1 -1
View File
@@ -1,7 +1,7 @@
/******************************************************************************** /********************************************************************************
** Form generated from reading UI file 'cpu.ui' ** Form generated from reading UI file 'cpu.ui'
** **
** Created by: Qt User Interface Compiler version 5.14.2 ** Created by: Qt User Interface Compiler version 5.13.2
** **
** WARNING! All changes made in this file will be lost when recompiling UI file! ** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/ ********************************************************************************/