Skip to content

Commit

Permalink
[C64] Remove unused save ram functions from DiskTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
SaxxonPike committed Jan 4, 2025
1 parent e4bafa1 commit 3496ad1
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,4 @@ public void ReadFromGCR(int density, ReadOnlySpan<byte> bytes, int fluxBitOffset

_bits.CopyTo(_original.AsSpan());
}

public void ReadFromSaveRam(Stream stream)
{

}

public void WriteToSaveRam(Stream stream)
{

}
}

0 comments on commit 3496ad1

Please sign in to comment.