We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9290d commit 078741eCopy full SHA for 078741e
1 file changed
plugins/stockpiles/StockpileSerializer.cpp
@@ -1731,7 +1731,6 @@ static bool furniture_mat_is_allowed(const MaterialInfo& mi) {
1731
1732
bool StockpileSettingsSerializer::write_furniture(color_ostream& out, StockpileSettings::FurnitureSet* furniture) {
1733
using df::enums::furniture_type::furniture_type;
1734
- using type_traits = df::enum_traits<furniture_type>;
1735
1736
auto & pfurniture = mSettings->furniture;
1737
bool all = true;
0 commit comments