diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-01-03 02:08:02 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-01-03 14:14:57 -0600 |
| commit | 2716c7d56cb745937766897e0626d9d099730025 (patch) | |
| tree | 711afe64ba775e729fd9ba7c0f50ccf39969a3be /src/Companion.h | |
| parent | b5435b199a2c861c11d7d0880de0d6567b646792 (diff) | |
Cleaned up cmake
Diffstat (limited to 'src/Companion.h')
| -rw-r--r-- | src/Companion.h | 1 |
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); |
