summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-spellchecking.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/interface/mkiv/i-spellchecking.xml')
-rw-r--r--tex/context/interface/mkiv/i-spellchecking.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/tex/context/interface/mkiv/i-spellchecking.xml b/tex/context/interface/mkiv/i-spellchecking.xml
deleted file mode 100644
index 615ba390b..000000000
--- a/tex/context/interface/mkiv/i-spellchecking.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?context-directive job ctxfile x-setups.ctx ?>
-
-<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
-
- <cd:command name="setupspellchecking" file="lang-wrd.mkiv">
- <cd:arguments>
- <cd:assignments list="yes">
- <cd:parameter name="state">
- <cd:constant type="start"/>
- <cd:constant type="stop" defult="yes"/>
- </cd:parameter>
- <cd:parameter name="method">
- <cd:constant type="1"/>
- <cd:constant type="2"/>
- <cd:constant type="3"/>
- </cd:parameter>
- <cd:parameter name="list">
- <cd:constant type="cd:name"/>
- </cd:parameter>
- </cd:assignments>
- </cd:arguments>
- </cd:command>
-
- <cd:command name="loadspellchecklist" file="lang-wrd.mkiv">
- <cd:arguments>
- <cd:resolve name="keyword-name"/>
- <cd:resolve name="keyword-file"/>
- </cd:arguments>
- </cd:command>
-
-</cd:interface>