DiscIO: drop unused stuff

This commit is contained in:
Tillmann Karras
2015-11-10 16:15:55 +01:00
parent d6b2fcaa71
commit df79398445
8 changed files with 0 additions and 47 deletions

View File

@ -30,7 +30,6 @@ public:
bool ExportFile(const std::string& _rFullPath, const std::string&_rExportFilename) override;
bool ExportApploader(const std::string& _rExportFolder) const override;
bool ExportDOL(const std::string& _rExportFolder) const override;
bool GetBootDOL(u8* &buffer, u32 DolSize) const override;
u32 GetBootDOLSize() const override;
u32 GetBootDOLSize(u64 dol_offset) const override;