diff options
author | 2017-08-26 12:58:29 +1000 | |
---|---|---|
committer | 2017-08-26 12:58:29 +1000 | |
commit | f96ee9df7a504c008118b81c1ca2b078e25c57e4 (patch) | |
tree | df1294674a4d9ea92637edf7778b0a3f5c51e096 /src/devices/bus/bbc/fdc/opus.h | |
parent | f4d9747ed3da2bec8ee00c931b7710a9092a8191 (diff) |
unused privates (nw)
Diffstat (limited to 'src/devices/bus/bbc/fdc/opus.h')
-rw-r--r-- | src/devices/bus/bbc/fdc/opus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/bus/bbc/fdc/opus.h b/src/devices/bus/bbc/fdc/opus.h index 5ca54b36be5..0d21bf30cdb 100644 --- a/src/devices/bus/bbc/fdc/opus.h +++ b/src/devices/bus/bbc/fdc/opus.h @@ -49,8 +49,6 @@ private: required_device<i8272a_device> m_fdc; required_device<floppy_connector> m_floppy0; optional_device<floppy_connector> m_floppy1; - - int m_drive_control; }; |