diff --git a/plugins/devel/autolabor2.cpp b/plugins/devel/autolabor2.cpp index aca30ad3e..62bcc98d0 100644 --- a/plugins/devel/autolabor2.cpp +++ b/plugins/devel/autolabor2.cpp @@ -1222,7 +1222,6 @@ public: job_to_labor_table[df::job_type::MakeChain] = jlf_make_object; job_to_labor_table[df::job_type::MakeFlask] = jlf_make_object; job_to_labor_table[df::job_type::MakeGoblet] = jlf_make_object; - job_to_labor_table[df::job_type::MakeInstrument] = jlf_make_object; job_to_labor_table[df::job_type::MakeToy] = jlf_make_object; job_to_labor_table[df::job_type::MakeAnimalTrap] = jlf_const(df::unit_labor::TRAPPER); job_to_labor_table[df::job_type::MakeBarrel] = jlf_make_furniture; diff --git a/plugins/dwarfmonitor.cpp b/plugins/dwarfmonitor.cpp index ca61ddb2e..787c97fc0 100644 --- a/plugins/dwarfmonitor.cpp +++ b/plugins/dwarfmonitor.cpp @@ -706,7 +706,6 @@ public: case job_type::MakeChain: case job_type::MakeFlask: case job_type::MakeGoblet: - case job_type::MakeInstrument: case job_type::MakeToy: case job_type::MakeAnimalTrap: case job_type::MakeBarrel: