We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53224d commit a93ace4Copy full SHA for a93ace4
1 file changed
plugins/tailor.cpp
@@ -566,7 +566,6 @@ class Tailor {
566
assert(dye != r->products.end());
567
auto pp = virtual_cast<df::reaction_product_itemst>(*dye);
568
assert(pp != nullptr);
569
- auto mat = MaterialInfo(pp->mat_type, pp->mat_index);
570
571
pp->getDescription(&descr);
572
0 commit comments