Move comment to a more relevant location

This commit is contained in:
Matt Nadareski
2021-06-29 15:53:48 -07:00
parent c1827ff6a3
commit 2f0f2d3605

View File

@@ -39,6 +39,9 @@ namespace RedBookPlayer.Hardware
/// <summary>
/// OpticalDisc from the parent player for easy access
/// </summary>
/// <remarks>
/// TODO: Can we remove the need for a local reference to OpticalDisc?
/// </remarks>
private OpticalDisc _opticalDisc;
/// <summary>
@@ -110,9 +113,6 @@ namespace RedBookPlayer.Hardware
/// <param name="offset">Offset in the buffer to load at</param>
/// <param name="count">Number of bytes to load</param>
/// <returns>Number of bytes read</returns>
/// <remarks>
/// TODO: Can we remove the need for a local reference to OpticalDisc?
/// </remarks>
public int ProviderRead(byte[] buffer, int offset, int count)
{
// Set the current volume