diff --git a/RedBookPlayer/Hardware/SoundOutput.cs b/RedBookPlayer/Hardware/SoundOutput.cs index ef951de..ca89391 100644 --- a/RedBookPlayer/Hardware/SoundOutput.cs +++ b/RedBookPlayer/Hardware/SoundOutput.cs @@ -39,6 +39,9 @@ namespace RedBookPlayer.Hardware /// /// OpticalDisc from the parent player for easy access /// + /// + /// TODO: Can we remove the need for a local reference to OpticalDisc? + /// private OpticalDisc _opticalDisc; /// @@ -110,9 +113,6 @@ namespace RedBookPlayer.Hardware /// Offset in the buffer to load at /// Number of bytes to load /// Number of bytes read - /// - /// TODO: Can we remove the need for a local reference to OpticalDisc? - /// public int ProviderRead(byte[] buffer, int offset, int count) { // Set the current volume