From fb5d3deb913723fb5795d68fe63d5affabb1339b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Sch=C3=BCrz?= Date: Tue, 8 Oct 2024 20:56:04 +0200 Subject: [PATCH] Remove `Component` superclass from `EditorCommandHandler` --- osu.Game/Screens/Edit/EditorCommandHandler.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osu.Game/Screens/Edit/EditorCommandHandler.cs b/osu.Game/Screens/Edit/EditorCommandHandler.cs index ca6d7f7c1e..30aed32fce 100644 --- a/osu.Game/Screens/Edit/EditorCommandHandler.cs +++ b/osu.Game/Screens/Edit/EditorCommandHandler.cs @@ -5,12 +5,11 @@ using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Bindables; -using osu.Framework.Graphics; using osu.Game.Screens.Edit.Commands; namespace osu.Game.Screens.Edit { - public partial class EditorCommandHandler : Component + public partial class EditorCommandHandler { public EditorCommandHandler() {