summaryrefslogtreecommitdiff
path: root/src/factories/BlobFactory.cpp
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-05-20 10:52:38 -0600
committerLywx <kiritodev01@gmail.com>2024-05-22 20:56:39 -0600
commitfd8430de34ad9378bb1fe40b47152c57879d6e36 (patch)
tree6a7b46395de9c8d1f764c91a7d92873145280bae /src/factories/BlobFactory.cpp
parentc479f40970dabe02fc42705f7e19864751f66118 (diff)
Update BlobFactory.cpp
Diffstat (limited to 'src/factories/BlobFactory.cpp')
-rw-r--r--src/factories/BlobFactory.cpp2
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";