diff --git a/src/tag.rs b/src/tag.rs index 14b172f..11fcf99 100644 --- a/src/tag.rs +++ b/src/tag.rs @@ -67,13 +67,6 @@ impl Tag { self.1 } - /// Returns the tag number. - #[deprecated(since = "0.2.0", note = "renamed to `number()`")] - #[inline] - pub fn value(self) -> u16 { - self.number() - } - /// Returns the description of the tag. #[inline] pub fn description(&self) -> Option<&str> {