remove a zzz variable to remove a warning

This commit is contained in:
adelikat 2014-07-03 15:30:24 +00:00
parent 0eb37ad36d
commit 3a68f96b7a
1 changed files with 2 additions and 9 deletions

View File

@ -1,12 +1,5 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using BizHawk.Common;
using BizHawk.Emulation.Common;
using BizHawk.Bizware.BizwareGL;
using BizHawk.Bizware.BizwareGL.Drivers.OpenTK;
namespace BizHawk.Client.Common
{
@ -17,7 +10,7 @@ namespace BizHawk.Client.Common
{
public GLManager()
{
int zzz = 9;
}
public ContextRef CreateGLContext()