From 90036ee75d146671c5a6d6702f935602a5f755cf Mon Sep 17 00:00:00 2001 From: shr Date: Tue, 3 Oct 2023 03:17:30 +0900 Subject: [PATCH] removing da dumb needless functions --- source/funkin/play/stage/Stage.hx | 16 ---------------- 1 file changed, 16 deletions(-) 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) {}