Skip to content

Commit 078741e

Browse files
authored
Update StockpileSerializer.cpp
remove no longer used type alias
1 parent bc9290d commit 078741e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/stockpiles/StockpileSerializer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,6 @@ static bool furniture_mat_is_allowed(const MaterialInfo& mi) {
17311731

17321732
bool StockpileSettingsSerializer::write_furniture(color_ostream& out, StockpileSettings::FurnitureSet* furniture) {
17331733
using df::enums::furniture_type::furniture_type;
1734-
using type_traits = df::enum_traits<furniture_type>;
17351734

17361735
auto & pfurniture = mSettings->furniture;
17371736
bool all = true;

0 commit comments

Comments
 (0)