bus/msx/slot/disk.h: Removed unused get_nr_drives method. (#11508)

This commit is contained in:
wilbertpol 2023-08-26 16:32:27 +01:00 committed by GitHub
parent f019645976
commit b484ea2b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,9 +53,6 @@ DECLARE_DEVICE_TYPE(MSX_SLOT_DISK11_WD2793, msx_slot_disk11_wd2793_device)
class msx_slot_disk_device : public msx_slot_rom_device
{
public:
int get_nr_drives() const { return m_nr_drives; }
protected:
static constexpr int NO_DRIVES = 0;
static constexpr int DRIVES_1 = 1;