1
0
mirror of https://github.com/ppy/osu synced 2025-03-21 02:17:48 +00:00

removed unnecessary using

This commit is contained in:
Aergwyn 2017-12-12 11:15:34 +01:00
parent d11bf379d8
commit 9fed972678

View File

@ -2,7 +2,6 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Linq;
using System.Threading;
using OpenTK;
using OpenTK.Input;