Removed unused variable.

This commit is contained in:
Stephen Anthony 2017-08-14 17:51:02 -02:30
parent 235f3197f4
commit f011006af1
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ class NTSCFilter
// and 128 black&white colours (PAL colour loss)
// Each colour is represented by 3 bytes, in R,G,B order
uInt8 myTIAPalette[AtariNTSC::palette_size * 3];
uInt8* myPhosphorPalette;
struct AdjustableTag {
const char* const type;