remove the GPGX trace logger since it isn't wired up and we don't want it to display if it doesn't work

This commit is contained in:
adelikat 2015-07-05 09:13:44 -04:00
parent a064560f88
commit 0a6fb3dce2
1 changed files with 0 additions and 3 deletions

View File

@ -62,7 +62,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
public GPGX(CoreComm comm, byte[] rom, DiscSystem.Disc CD, object Settings, object SyncSettings)
{
ServiceProvider = new BasicServiceProvider(this);
(ServiceProvider as BasicServiceProvider).Register<ITraceable>(_tracer);
// this can influence some things internally
string romextension = "GEN";
@ -391,8 +390,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
public IInputCallbackSystem InputCallbacks { get { return _inputCallbacks; } }
private readonly TraceBuffer _tracer = new TraceBuffer();
#endregion
// TODO: use render and rendersound