Remove unused using statements

This commit is contained in:
Dean Herbert 2020-12-14 18:13:32 +09:00
parent 7bf0480848
commit 38e0b4e64d
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Threading.Tasks;
using Android.App;
using Android.OS;
using osu.Framework.Allocation;