summaryrefslogtreecommitdiff
path: root/examples/wiki/EditorEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wiki/EditorEng.gf')
-rw-r--r--examples/wiki/EditorEng.gf7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/wiki/EditorEng.gf b/examples/wiki/EditorEng.gf
deleted file mode 100644
index 11e5efdca..000000000
--- a/examples/wiki/EditorEng.gf
+++ /dev/null
@@ -1,7 +0,0 @@
-
---# -path=.:present:prelude
-
-concrete EditorEng of Editor = EditorI with
-
- (Syntax = SyntaxEng),
- (LexEditor = LexEditorEng) ;