From ef2cec4d93d19cc04a80e50fceaa864c106c6460 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 16 Apr 2018 20:14:00 -0400 Subject: Fix clang build by removing unused variables (nw) --- src/devices/bus/hp_dio/hp98544.h | 1 - src/devices/bus/isa/areplay.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/devices/bus/hp_dio/hp98544.h b/src/devices/bus/hp_dio/hp98544.h index fef92c868d3..730f375d988 100644 --- a/src/devices/bus/hp_dio/hp98544.h +++ b/src/devices/bus/hp_dio/hp98544.h @@ -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; diff --git a/src/devices/bus/isa/areplay.h b/src/devices/bus/isa/areplay.h index 8c036565493..1e2640a22b8 100644 --- a/src/devices/bus/isa/areplay.h +++ b/src/devices/bus/isa/areplay.h @@ -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; -- cgit v1.2.3