From 1de53730bce0bd3f9de89db1da7c19b7889b9a75 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 27 Jan 2023 12:04:23 +0100 Subject: Symbol values and modules --- src/model/library.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/model/library.rs') diff --git a/src/model/library.rs b/src/model/library.rs index cd9db10f..773342b3 100644 --- a/src/model/library.rs +++ b/src/model/library.rs @@ -43,8 +43,6 @@ pub struct LangItems { pub text_id: NodeId, /// Get the string if this is a text node. pub text_str: fn(&Content) -> Option<&str>, - /// Symbol notation: `:arrow:l:`. - pub symbol: fn(notation: EcoString) -> Content, /// A smart quote: `'` or `"`. pub smart_quote: fn(double: bool) -> Content, /// A paragraph break. -- cgit v1.2.3