From ee176aaf245601d2c42c196b6208326ba6c47598 Mon Sep 17 00:00:00 2001 From: Hennadiy Brych Date: Sun, 26 May 2024 15:50:01 -0400 Subject: [PATCH] PS4 removed extra override --- systems/ps4.ixx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/systems/ps4.ixx b/systems/ps4.ixx index deef2b6..2fc5cc9 100644 --- a/systems/ps4.ixx +++ b/systems/ps4.ixx @@ -27,12 +27,6 @@ public: } - Type getType() override - { - return Type::ISO; - } - - void printInfo(std::ostream &os, SectorReader *sector_reader, const std::filesystem::path &) const override { iso9660::PrimaryVolumeDescriptor pvd;