summaryrefslogtreecommitdiff
path: root/ZAPD/ZTexture.h
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2021-05-06 18:20:07 -0400
committerGitHub <noreply@github.com>2021-05-06 18:20:07 -0400
commit5a721d58d4b28f4797d6fdf29d9926e5e968a939 (patch)
treecb01d50cec516391b25ec8c0e34bb1699a151719 /ZAPD/ZTexture.h
parentbd4735480a2e6b53585a4f764ae13804e0737a21 (diff)
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>
Diffstat (limited to 'ZAPD/ZTexture.h')
-rw-r--r--ZAPD/ZTexture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ZAPD/ZTexture.h b/ZAPD/ZTexture.h
index b0a5a85..ef87441 100644
--- a/ZAPD/ZTexture.h
+++ b/ZAPD/ZTexture.h
@@ -33,8 +33,7 @@ protected:
void ParseXML(tinyxml2::XMLElement* reader) override;
void FixRawData();
void ExtractFromXML(tinyxml2::XMLElement* reader, const std::vector<uint8_t>& nRawData,
- const uint32_t nRawDataIndex,
- const std::string& nRelPath) override; // Extract Mode
+ const uint32_t nRawDataIndex) override; // Extract Mode
void PrepareBitmap();
void PrepareBitmapRGBA16();