Remove osuTK reference

This commit is contained in:
Dean Herbert 2021-03-17 18:07:42 +09:00
parent 577d40d8d1
commit 79041c1c4b
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ public static int Main(string[] args)
{
// Back up the cwd before DesktopGameHost changes it
var cwd = Environment.CurrentDirectory;
bool useOsuTK = args.Contains("--tk");
using (DesktopGameHost host = Host.GetSuitableHost(@"osu", true))
{