1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-07 13:31:40 +02:00

Remove unused

This commit is contained in:
blubFisch 2022-10-16 12:19:46 +01:00
parent 225abff724
commit d0dc8da4f4

View File

@ -62,16 +62,6 @@ local all_force_enabled_recipes = {
'shotgun-shell',
}
local function min_slots(slots)
local min = 0
for i = 1, 3, 1 do
if slots[i] > min then
min = slots[i]
end
end
return min
end
local function update_member_limit(force)
if not force or not force.valid then
log('force nil or not valid!')