summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/md_slot.h
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2016-07-13 20:04:45 -0400
committer Nathan Woods <npwoods@mess.org>2016-07-13 20:04:45 -0400
commit109c81d17d261e8f49a11596ae09ea0c38d66e7e (patch)
tree947903c4bef1d1f5eddbef22f7bd78fc107d436a /src/devices/bus/megadrive/md_slot.h
parent62f2777ce2631f1cddd73d785f7885f0df5afc64 (diff)
Consolidating implementations of create_option_guide() that return nullptr
Diffstat (limited to 'src/devices/bus/megadrive/md_slot.h')
-rw-r--r--src/devices/bus/megadrive/md_slot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/megadrive/md_slot.h b/src/devices/bus/megadrive/md_slot.h
index b6cb59147d5..09ae5a84111 100644
--- a/src/devices/bus/megadrive/md_slot.h
+++ b/src/devices/bus/megadrive/md_slot.h
@@ -161,7 +161,6 @@ public:
virtual bool is_creatable() const override { return 0; }
virtual bool must_be_loaded() const override { return m_must_be_loaded; }
virtual bool is_reset_on_load() const override { return 1; }
- virtual const option_guide *create_option_guide() const override { return nullptr; }
// slot interface overrides
virtual std::string get_default_card_software() override;