mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-04 10:44:37 +00:00
removing unused variable
This commit is contained in:
@@ -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
@@ -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!
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user