diff options
author | 2016-07-13 20:04:45 -0400 | |
---|---|---|
committer | 2016-07-13 20:04:45 -0400 | |
commit | 109c81d17d261e8f49a11596ae09ea0c38d66e7e (patch) | |
tree | 947903c4bef1d1f5eddbef22f7bd78fc107d436a /src/devices/imagedev/bitbngr.h | |
parent | 62f2777ce2631f1cddd73d785f7885f0df5afc64 (diff) |
Consolidating implementations of create_option_guide() that return nullptr
Diffstat (limited to 'src/devices/imagedev/bitbngr.h')
-rw-r--r-- | src/devices/imagedev/bitbngr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/imagedev/bitbngr.h b/src/devices/imagedev/bitbngr.h index 083bafe8c59..5929cc62034 100644 --- a/src/devices/imagedev/bitbngr.h +++ b/src/devices/imagedev/bitbngr.h @@ -29,7 +29,6 @@ public: virtual bool must_be_loaded() const override { return 0; } virtual bool is_reset_on_load() const override { return 0; } virtual const char *file_extensions() const override { return ""; } - virtual const option_guide *create_option_guide() const override { return nullptr; } void output(UINT8 data); UINT32 input(void *buffer, UINT32 length); |