Skip to content

Commit 31c41ad

Browse files
committed
EBML: Bring branch up to date
1 parent d5dcbaa commit 31c41ad

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

lofty/src/picture.rs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ impl Picture {
489489
/// Placeholder for conversions
490490
pub(crate) const EMPTY: Self = Picture {
491491
pic_type: PictureType::Other,
492+
file_name: None,
492493
mime_type: None,
493494
description: None,
494495
data: Cow::Owned(Vec::new()),
@@ -841,12 +842,3 @@ impl Picture {
841842
}
842843
}
843844
}
844-
845-
// A placeholder that is needed during conversions.
846-
pub(crate) const TOMBSTONE_PICTURE: Picture = Picture {
847-
pic_type: PictureType::Other,
848-
file_name: None,
849-
mime_type: None,
850-
description: None,
851-
data: Cow::Owned(Vec::new()),
852-
};

0 commit comments

Comments
 (0)