Skip to content

Commit e53224d

Browse files
committed
More minor cleanup
1 parent 28dabce commit e53224d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/tailor.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,12 +567,11 @@ class Tailor {
567567
auto pp = virtual_cast<df::reaction_product_itemst>(*dye);
568568
assert(pp != nullptr);
569569
auto mat = MaterialInfo(pp->mat_type, pp->mat_index);
570-
color_type color = mat.material->powder_dye;
571570

572571
pp->getDescription(&descr);
573572

574573
get_or_create_order(c, df::job_type::CustomReaction, -1, -1, 0, r->code);
575-
INFO(cycle).print("tailor: ordered %d %s\n", c, DF2CONSOLE(descr.c_str()));
574+
INFO(cycle).print("tailor: ordered %d %s\n", c, DF2CONSOLE(descr).c_str());
576575
}
577576

578577
void order_dye_cloth(int c = 1)

0 commit comments

Comments
 (0)