diff options
Diffstat (limited to 'src/devices/imagedev/bitbngr.h')
-rw-r--r-- | src/devices/imagedev/bitbngr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/imagedev/bitbngr.h b/src/devices/imagedev/bitbngr.h index 7ffcfd45a2b..5b02417cfc3 100644 --- a/src/devices/imagedev/bitbngr.h +++ b/src/devices/imagedev/bitbngr.h @@ -46,8 +46,6 @@ protected: virtual software_list_loader const &get_software_list_loader() const override; private: - uint8_t const *m_next; - uint8_t const *m_end; char const *m_interface; bool m_is_readonly; }; |