diff --git a/plugins/autochop.cpp b/plugins/autochop.cpp index 7a16a79b4..3a433f7a9 100644 --- a/plugins/autochop.cpp +++ b/plugins/autochop.cpp @@ -816,7 +816,6 @@ static void emplace_bulk_burrow_config(lua_State *L, map> &burrows, PersistentDataItem &c) { @@ -826,8 +825,6 @@ static void emplace_bulk_burrow_config(lua_State *L, map> &stockpiles) { - map stockpile_config; stockpile_config.emplace("id", id); stockpile_config.emplace("monitored", monitored); @@ -751,8 +750,6 @@ static int automelt_getSelectedStockpileConfig(lua_State *L){ return 1; } - - static int automelt_getItemCountsAndStockpileConfigs(lua_State *L) { color_ostream *out = Lua::GetOutput(L); if (!out)