remove some unused junk from last commit

This commit is contained in:
goyuken 2012-12-29 02:07:01 +00:00
parent 63f9752ea2
commit ab8af9f73e
1 changed files with 0 additions and 29 deletions

View File

@ -8,35 +8,6 @@ namespace BizHawk.Emulation.Consoles.GB
{
public class GambatteLink : IEmulator, IVideoProvider, ISyncSoundProvider
{
class ControlSplitter : IController
{
public ControllerDefinition Type
{
get;
private set;
}
public bool this[string button]
{
get { throw new NotImplementedException(); }
}
public bool IsPressed(string button)
{
throw new NotImplementedException();
}
public float GetFloat(string name)
{
throw new NotImplementedException();
}
public void UpdateControls(int frame)
{
}
}
Gameboy L;
Gameboy R;