From 07f23d629a45d19d7660b611c0e744c4347ffb3f Mon Sep 17 00:00:00 2001 From: arbee Date: Sat, 13 May 2023 21:26:29 -0400 Subject: x68k_crtc: fix Clang compile. [R. Belmont] --- src/mame/sharp/x68k_crtc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mame/sharp/x68k_crtc.h b/src/mame/sharp/x68k_crtc.h index 6cccf122840..7b92222c0d3 100644 --- a/src/mame/sharp/x68k_crtc.h +++ b/src/mame/sharp/x68k_crtc.h @@ -102,8 +102,6 @@ private: u16 m_width; u16 m_visible_height; u16 m_visible_width; - u16 m_hshift; - u16 m_vshift; //u16 m_video_width; // horizontal total (in pixels) //u16 m_video_height; // vertical total bool m_interlace; // 1024 vertical resolution is interlaced -- cgit v1.2.3