summaryrefslogtreecommitdiff
path: root/src/model/library.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/library.rs')
-rw-r--r--src/model/library.rs2
1 files changed, 0 insertions, 2 deletions
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.