diff --git a/stepmania/Themes/default/Scripts/Actor.lua b/stepmania/Themes/default/Scripts/Actor.lua index 4d1367f078..a95ead0268 100644 --- a/stepmania/Themes/default/Scripts/Actor.lua +++ b/stepmania/Themes/default/Scripts/Actor.lua @@ -83,11 +83,6 @@ function ActorFrame:propagatecommand(...) self:propagate(0); end -function ActorFrame:RunCommandsRecursively(func, ...) - func(self, ...); - self:RunCommandsOnChildren( func, ... ); -end - local HorizNumPad = { "HorizAlign_Left", "HorizAlign_Center",