diff options
| -rw-r--r-- | src/Companion.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Companion.h b/src/Companion.h index b40dad3..e427bbf 100644 --- a/src/Companion.h +++ b/src/Companion.h @@ -135,9 +135,6 @@ public: explicit Companion(std::filesystem::path rom, const ArchiveType otr, const bool debug, const std::string& srcDir = "", const std::string& destPath = "") : Companion(rom, otr, debug, false, srcDir, destPath) {} - explicit Companion(std::vector<uint8_t> rom, const ArchiveType otr, const bool debug, const std::string& srcDir = "", const std::string& destPath = "") : - Companion(rom, otr, debug, false, srcDir, destPath) {} - void Init(ExportType type); bool NodeHasChanges(const std::string& string); |
