Fix clang build by removing unused variables (nw)

This commit is contained in:
AJR 2018-04-16 20:14:00 -04:00
parent 536c68f85a
commit ef2cec4d93
2 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,6 @@ private:
uint8_t m_write_enable_plane;
uint8_t m_read_enable_plane;
uint8_t m_fb_write_enable;
uint8_t m_start_wmove;
uint8_t m_enable_blink_planes;
uint8_t m_enable_alt_frame;
uint8_t m_cursor_ctrl;

View File

@ -78,7 +78,6 @@ private:
uint8_t m_banked_flash[ (16 + 1) * SIZE_ROM_WINDOW];
uint8_t m_post_mortem_ram[ SIZE_RAM_BANK];
uint8_t m_tsr_ram[ SIZE_RAM_BANK];
uint8_t m_write_port1;