diff --git a/packages/pinball_components/lib/src/flame/priority.dart b/packages/pinball_components/lib/src/flame/priority.dart index 1f0697c1..25d2855a 100644 --- a/packages/pinball_components/lib/src/flame/priority.dart +++ b/packages/pinball_components/lib/src/flame/priority.dart @@ -112,7 +112,6 @@ abstract class RenderPriority { } /// Helper methods to change the [priority] of a [Component]. -// TODO(allisonryan0002): we only use sendTo, can the other methods be removed? extension ComponentPriorityX on Component { static const _lowestPriority = 0;