diff --git a/source/funkin/play/stage/Stage.hx b/source/funkin/play/stage/Stage.hx index 298484a97..639ed02da 100644 --- a/source/funkin/play/stage/Stage.hx +++ b/source/funkin/play/stage/Stage.hx @@ -801,22 +801,6 @@ class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass } } - /** - * FIXME: Polymod hack - */ - function stringEndsWith(a:String, b:String):Bool - { - return a.endsWith(b); - } - - /** - * FIXME: Polymod hack - */ - function setBlendAdd(sprite:FlxSprite, blend:BlendMode):Void - { - sprite.blend = blend; - } - public function onScriptEvent(event:ScriptEvent) {} public function onPause(event:PauseScriptEvent) {}