Remove unused IDEAGRAPHIC_SPACE

This commit is contained in:
Steven Roose 2020-09-22 12:32:35 +02:00
parent 103eef4858
commit 81ba8b957f
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@ mod pbkdf2;
pub use language::Language; pub use language::Language;
/// The ideagrapic space that should be used for Japanese lists.
#[cfg(feature = "japanese")]
#[allow(unused)]
const IDEOGRAPHIC_SPACE: char = ' ';
/// A BIP39 error. /// A BIP39 error.
#[derive(Clone, PartialEq, Eq)] #[derive(Clone, PartialEq, Eq)]