From 479ce6c7e81418f20529c8dcbf45890b99473714 Mon Sep 17 00:00:00 2001 From: Susko3 <16479013+Susko3@users.noreply.github.com> Date: Sat, 19 Feb 2022 17:05:37 +0100 Subject: [PATCH] Remove unused using --- osu.Framework.Tests.Android/TestGameActivity.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Framework.Tests.Android/TestGameActivity.cs b/osu.Framework.Tests.Android/TestGameActivity.cs index 870f3c8b8..bc48ab8bd 100644 --- a/osu.Framework.Tests.Android/TestGameActivity.cs +++ b/osu.Framework.Tests.Android/TestGameActivity.cs @@ -2,8 +2,6 @@ // See the LICENCE file in the repository root for full licence text. using Android.App; -using Android.OS; -using Android.Views; using osu.Framework.Android; namespace osu.Framework.Tests.Android