From 1748be2e2eefef22cf0d5782beeeed69aac5a8f6 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Tue, 5 Aug 2025 19:09:46 +0200 Subject: [PATCH] Update Companion.h --- src/Companion.h | 3 --- 1 file changed, 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 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);