From 2f0f2d36054d3e0b4fcca114ee7b9c420203deb2 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 29 Jun 2021 15:53:48 -0700 Subject: [PATCH] Move comment to a more relevant location --- RedBookPlayer/Hardware/SoundOutput.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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