Skip to content

Commit 1980286

Browse files
committed
Remove a pair of unused variables.
1 parent 99709da commit 1980286

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mame/ensoniq/esqpanel.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ class esqpanel2x40_vfx_device : public esqpanel_device {
134134
private:
135135
int m_cursx = 0, m_cursy = 0;
136136
int m_savedx = 0, m_savedy = 0;
137-
int const m_rows = 0, m_cols = 0;
138137
uint8_t m_curattr = 0;
139138

140139
emu_timer *m_blink_timer = nullptr;

0 commit comments

Comments
 (0)