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 5, 2025
1 parent ca436e3 commit 2b8e34c
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 2b8e34c

Please sign in to comment.