summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.h
diff options
context:
space:
mode:
author Michael Zapf <github@mizapf.de>2026-04-26 22:00:09 +0200
committer Michael Zapf <github@mizapf.de>2026-04-26 22:00:09 +0200
commit183ea067aa6924545ffd8dfb012860ca278f413e (patch)
treecd777f7e1f248cd9633bd7c52ddd6443b68f66b6 /src/devices/imagedev/floppy.h
parenta02d1378a3ff7456afdf03e0ac45263a5ab57721 (diff)
floppy_sound: Minor cleanupfloppysound
Diffstat (limited to 'src/devices/imagedev/floppy.h')
-rw-r--r--src/devices/imagedev/floppy.h3
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;
};