From 41e2e5bced1154c881ea6b9c34c150742dfb014e Mon Sep 17 00:00:00 2001 From: goyuken Date: Wed, 5 Sep 2012 23:32:41 +0000 Subject: [PATCH] orphaned variable from r2898 --- BizHawk.Emulation/Consoles/Nintendo/SNES/LibsnesCore.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BizHawk.Emulation/Consoles/Nintendo/SNES/LibsnesCore.cs b/BizHawk.Emulation/Consoles/Nintendo/SNES/LibsnesCore.cs index 5643fe1379..f90b535a3d 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/SNES/LibsnesCore.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/SNES/LibsnesCore.cs @@ -448,8 +448,6 @@ namespace BizHawk.Emulation.Consoles.Nintendo.SNES /// stores samples that have been converted to 44100hz Queue AudioOutBuffer = new Queue(); - GCHandle _gc_snes_audio_sample; - /// total number of samples (left and right combined) in the InBuffer before we ask for resampling const int resamplechunk = 1000; /// actual sampling factor used