From ab8af9f73eed2fa318a39b6c6a44c6ce3e3e9d12 Mon Sep 17 00:00:00 2001 From: goyuken Date: Sat, 29 Dec 2012 02:07:01 +0000 Subject: [PATCH] remove some unused junk from last commit --- .../Consoles/Nintendo/Gameboy/GambatteLink.cs | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/BizHawk.Emulation/Consoles/Nintendo/Gameboy/GambatteLink.cs b/BizHawk.Emulation/Consoles/Nintendo/Gameboy/GambatteLink.cs index ea97bf31ab..2f614aee22 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/Gameboy/GambatteLink.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/Gameboy/GambatteLink.cs @@ -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;