summaryrefslogtreecommitdiff
path: root/src/Companion.h
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2025-01-03 02:08:02 -0600
committerLywx <kiritodev01@gmail.com>2025-01-03 14:14:57 -0600
commit2716c7d56cb745937766897e0626d9d099730025 (patch)
tree711afe64ba775e729fd9ba7c0f50ccf39969a3be /src/Companion.h
parentb5435b199a2c861c11d7d0880de0d6567b646792 (diff)
Cleaned up cmake
Diffstat (limited to 'src/Companion.h')
-rw-r--r--src/Companion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Companion.h b/src/Companion.h
index 6f14708..749e318 100644
--- a/src/Companion.h
+++ b/src/Companion.h
@@ -198,7 +198,6 @@ private:
std::variant<std::vector<std::string>, std::string> gWriteOrder;
std::unordered_map<std::string, std::shared_ptr<BaseFactory>> gFactories;
std::unordered_map<std::string, std::map<std::string, std::vector<WriteEntry>>> gWriteMap;
- std::unordered_map<std::string, std::map<std::string, std::pair<YAML::Node, bool>>> gAssetDependencies;
std::unordered_map<std::string, std::unordered_map<uint32_t, std::tuple<std::string, YAML::Node>>> gAddrMap;
void ProcessFile(YAML::Node root);