diff options
Diffstat (limited to 'src/lib/formats/abc800_dsk.h')
-rw-r--r-- | src/lib/formats/abc800_dsk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/formats/abc800_dsk.h b/src/lib/formats/abc800_dsk.h index dc6f8911fa7..ce2ec83ac2b 100644 --- a/src/lib/formats/abc800_dsk.h +++ b/src/lib/formats/abc800_dsk.h @@ -24,7 +24,6 @@ public: virtual const char *extensions() const override; protected: - virtual void build_sector_description(const format &d, uint8_t *sectdata, desc_s *sectors, int track, int head) const override; virtual int get_image_offset(const format &f, int head, int track) const override; private: |