From 9b4785ce4f89ea50c00459f260f4a00050a6a48a Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Sat, 4 May 2024 16:38:17 -0600 Subject: Remove some defunct code Remove some defunct code that was previously used to check for special runes. --- src/poem/elements/rune.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/poem/elements') diff --git a/src/poem/elements/rune.rs b/src/poem/elements/rune.rs index 6db69c9..2307519 100644 --- a/src/poem/elements/rune.rs +++ b/src/poem/elements/rune.rs @@ -85,14 +85,6 @@ impl fmt::Display for Rune { } impl Rune { - // /// Check if a character is a special [Rune] - // pub fn special(rune: char) -> bool { - // match rune { - // ' ' | '/' | '$' | '\'' | '"' | '`' | '<' | '>' | '|' | '&' | ';' | '~' => true, - // _ => false, - // } - // } - /// Recite a verse with [Rune::None] /// /// Call this function on a [Verse] with a meter of type [Rune::None]. -- cgit v1.2.3