Global.cs begone!

This commit is contained in:
adelikat 2020-06-07 13:14:01 -05:00
parent acd928afa5
commit ce19e489ef
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
namespace BizHawk.Client.Common
{
public static class Global
{
}
}

View File

@ -2,7 +2,6 @@
using System.Drawing;
using System.Windows.Forms;
using BizHawk.Client.Common;
using BizHawk.Common;
using BizHawk.Common.NumberExtensions;
using BizHawk.Emulation.Common;