diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-20 10:52:38 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-05-22 20:56:39 -0600 |
| commit | fd8430de34ad9378bb1fe40b47152c57879d6e36 (patch) | |
| tree | 6a7b46395de9c8d1f764c91a7d92873145280bae /src/factories/BlobFactory.cpp | |
| parent | c479f40970dabe02fc42705f7e19864751f66118 (diff) | |
Update BlobFactory.cpp
Diffstat (limited to 'src/factories/BlobFactory.cpp')
| -rw-r--r-- | src/factories/BlobFactory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/factories/BlobFactory.cpp b/src/factories/BlobFactory.cpp index a483e1f..dbd03e4 100644 --- a/src/factories/BlobFactory.cpp +++ b/src/factories/BlobFactory.cpp @@ -5,8 +5,6 @@ ExportResult BlobHeaderExporter::Export(std::ostream &write, std::shared_ptr<IParsedData> raw, std::string& entryName, YAML::Node &node, std::string* replacement) { const auto symbol = GetSafeNode(node, "symbol", entryName); - auto vtx = std::static_pointer_cast<VtxData>(raw)->mVtxs; - const auto offset = GetSafeNode<uint32_t>(node, "offset"); if(Companion::Instance->IsOTRMode()){ write << "static const ALIGN_ASSET(2) char " << symbol << "[] = \"__OTR__" << (*replacement) << "\";\n\n"; |
