summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/sap_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/sap_dsk.cpp')
-rw-r--r--src/lib/formats/sap_dsk.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/formats/sap_dsk.cpp b/src/lib/formats/sap_dsk.cpp
index ef51cb8b772..2a5accaa128 100644
--- a/src/lib/formats/sap_dsk.cpp
+++ b/src/lib/formats/sap_dsk.cpp
@@ -34,11 +34,6 @@ const char *sap_dsk_format::extensions() const noexcept
return "sap";
}
-bool sap_dsk_format::supports_save() const noexcept
-{
- return false;
-}
-
int sap_dsk_format::identify(util::random_read &io, uint32_t form_factor, const std::vector<uint32_t> &variants) const
{
uint8_t buffer[HEADER_LENGTH];