Skip to content

Commit a054c33

Browse files
committed
remove dead code decode
1 parent 2543876 commit a054c33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/braillify/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ pub fn encode_to_braille_font(text: &str) -> Result<String, String> {
352352
.map(|c| unicode::encode_unicode(*c))
353353
.collect::<String>())
354354
}
355-
pub fn decode(text: &str) -> String {
356-
text.to_string()
357-
}
358355

359356
#[cfg(test)]
360357
mod test {

0 commit comments

Comments
 (0)