remove a zzz variable to remove a warning
This commit is contained in:
parent
0eb37ad36d
commit
3a68f96b7a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue