# HG changeset patch # User Wuzzy # Date 1558051229 -7200 # Node ID 932f1375a5c7bccb944db0fe501d9a913cfac53a # Parent d09208b34713996fa0b89c21cbb3ea2acfe87e65 Control (style): Remove unused functions diff -r d09208b34713 -r 932f1375a5c7 share/hedgewars/Data/Maps/Control/map.lua --- a/share/hedgewars/Data/Maps/Control/map.lua Fri May 17 01:58:54 2019 +0200 +++ b/share/hedgewars/Data/Maps/Control/map.lua Fri May 17 02:00:29 2019 +0200 @@ -434,21 +434,6 @@ end end -function onHogHide(gear) - InABetterPlaceNow(gear) -end - -function onHogRestore(gear) - match = false - for i = 0, (numhhs-1) do - if (hhs[i] == nil) and (match == false) then - hhs[i] = gear - match = true - end - end -end - - function onGearAdd(gear) if GetGearType(gear) == gtHedgehog then