diff options
| author | 2026-04-26 22:00:09 +0200 | |
|---|---|---|
| committer | 2026-04-26 22:00:09 +0200 | |
| commit | 183ea067aa6924545ffd8dfb012860ca278f413e (patch) | |
| tree | cd777f7e1f248cd9633bd7c52ddd6443b68f66b6 /src/devices/imagedev/floppy.h | |
| parent | a02d1378a3ff7456afdf03e0ac45263a5ab57721 (diff) | |
floppy_sound: Minor cleanupfloppysound
Diffstat (limited to 'src/devices/imagedev/floppy.h')
| -rw-r--r-- | src/devices/imagedev/floppy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/imagedev/floppy.h b/src/devices/imagedev/floppy.h index 29e90b450cb..d73bc3e273b 100644 --- a/src/devices/imagedev/floppy.h +++ b/src/devices/imagedev/floppy.h @@ -85,7 +85,7 @@ namespace fs { class floppy_sound_samples { public: - floppy_sound_samples() { }; + floppy_sound_samples(); /* Clear the list. */ void clear() { m_fulllist.clear(); } @@ -154,7 +154,6 @@ private: std::vector<floppy_sound_entry> m_fulllist; - int m_index; int m_current_form_factor; const char* m_current_dir; }; |
