Remove a comment that no longer applies

Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
Serial 2021-06-29 14:44:58 -04:00
parent 3091da92cd
commit 30d62a9064

View file

@ -304,7 +304,6 @@ impl AudioTagEdit for ApeTag {
impl AudioTagWrite for ApeTag {
fn write_to(&self, file: &mut File) -> Result<()> {
// Write only uses paths, this is annoying
ape::write_to(&self.inner, file)?;
Ok(())
}