summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/trs80_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/trs80_dsk.h')
-rw-r--r--src/lib/formats/trs80_dsk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/formats/trs80_dsk.h b/src/lib/formats/trs80_dsk.h
index 90fd82a6ece..60618a93693 100644
--- a/src/lib/formats/trs80_dsk.h
+++ b/src/lib/formats/trs80_dsk.h
@@ -43,12 +43,6 @@ public:
virtual const char *description() const override;
virtual const char *extensions() const override;
virtual bool supports_save() const override;
-
-protected:
- //virtual int get_track_dam_fm(const format &f, int head, int track) override;
-
-private:
- //static const format formats[];
};
extern const floppy_format_type FLOPPY_JV1_FORMAT;