From ca795a13a5d8ee5f1ccc75847473b506d5663c90 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Tue, 12 Apr 2022 10:32:47 +0200 Subject: [PATCH] refactor: removed unnecessary keyhandler --- lib/game/pinball_game.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/game/pinball_game.dart b/lib/game/pinball_game.dart index 1c6694f8..df602184 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -99,10 +99,7 @@ class PinballGame extends Forge2DGame } class _GameBallsController extends ComponentController - with - BlocComponent, - HasGameRef, - KeyboardHandler { + with BlocComponent, HasGameRef { _GameBallsController(PinballGame game) : super(game); late final Plunger _plunger;