orphaned variable from r2898

This commit is contained in:
goyuken 2012-09-05 23:32:41 +00:00
parent ade89fe798
commit 41e2e5bced
1 changed files with 0 additions and 2 deletions

View File

@ -448,8 +448,6 @@ namespace BizHawk.Emulation.Consoles.Nintendo.SNES
/// <summary>stores samples that have been converted to 44100hz</summary>
Queue<short> AudioOutBuffer = new Queue<short>();
GCHandle _gc_snes_audio_sample;
/// <summary>total number of samples (left and right combined) in the InBuffer before we ask for resampling</summary>
const int resamplechunk = 1000;
/// <summary>actual sampling factor used</summary>