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/bus/pce/pce_slot.h | |
parent | 62f2777ce2631f1cddd73d785f7885f0df5afc64 (diff) |
Consolidating implementations of create_option_guide() that return nullptr
Diffstat (limited to 'src/devices/bus/pce/pce_slot.h')
-rw-r--r-- | src/devices/bus/pce/pce_slot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/pce/pce_slot.h b/src/devices/bus/pce/pce_slot.h index e680ef7b950..4838230d769 100644 --- a/src/devices/bus/pce/pce_slot.h +++ b/src/devices/bus/pce/pce_slot.h @@ -83,7 +83,6 @@ public: virtual bool is_creatable() const override { return 0; } virtual bool must_be_loaded() const override { return 1; } virtual bool is_reset_on_load() const override { return 1; } - virtual const option_guide *create_option_guide() const override { return nullptr; } virtual const char *image_interface() const override { return m_interface; } virtual const char *file_extensions() const override { return "pce,bin"; } |