From 8bc397e3fde4fa23c1f29a05e46d1705950259f6 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Wed, 23 Mar 2022 18:46:17 +0100 Subject: [PATCH] chore: removed unused --- lib/game/components/elevation.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/game/components/elevation.dart b/lib/game/components/elevation.dart index c38217af..b5e0531b 100644 --- a/lib/game/components/elevation.dart +++ b/lib/game/components/elevation.dart @@ -25,11 +25,6 @@ mixin Elevated on BodyComponent { priority = elevation; reorderChildren(); } - - void _applyCustomElevation(int customElevation) { - priority = customElevation; - reorderChildren(); - } } /// The [Elevation]s a [BodyComponent] can be in.