From 5a721d58d4b28f4797d6fdf29d9926e5e968a939 Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Thu, 6 May 2021 18:20:07 -0400 Subject: Refactor: Removed `relPath` since it is no longer used. (#136) * Refactor: Removed relPath since it is no longer used. * Removed remaining references Co-authored-by: Jack Walker <7463599+Jack-Walker@users.noreply.github.com> --- ZAPD/ZArray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ZAPD/ZArray.cpp') diff --git a/ZAPD/ZArray.cpp b/ZAPD/ZArray.cpp index ac9561b..ca440c9 100644 --- a/ZAPD/ZArray.cpp +++ b/ZAPD/ZArray.cpp @@ -69,7 +69,7 @@ size_t ZArray::GetRawDataSize() } void ZArray::ExtractFromXML(tinyxml2::XMLElement* reader, const std::vector& nRawData, - const uint32_t nRawDataIndex, const std::string& nRelPath) + const uint32_t nRawDataIndex) { rawData = nRawData; rawDataIndex = nRawDataIndex; -- cgit v1.2.3