Skip to content

Commit 697b2fb

Browse files
committed
victor9k: Remove unreferenced class member which was causing a build
failure with clang.
1 parent 2d2b05f commit 697b2fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mame/act/victor9k_fdc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ class victor_9000_fdc_device : public device_t
121121
void load1_cb(floppy_image_device *device);
122122
void unload1_cb(floppy_image_device *device);
123123

124-
uint8_t m_p2;
125-
126124
/* floppy state */
127125
int m_via_rdy0;
128126
int m_via_rdy1;

0 commit comments

Comments
 (0)