summaryrefslogtreecommitdiff
path: root/docs/src/model.rs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/model.rs')
-rw-r--r--docs/src/model.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/model.rs b/docs/src/model.rs
index 1564ef2f..a4416c3d 100644
--- a/docs/src/model.rs
+++ b/docs/src/model.rs
@@ -159,7 +159,6 @@ pub struct SymbolModel {
pub name: EcoString,
pub codepoint: u32,
pub accent: bool,
- pub unicode_name: Option<EcoString>,
pub alternates: Vec<EcoString>,
pub markup_shorthand: Option<&'static str>,
pub math_shorthand: Option<&'static str>,