summaryrefslogtreecommitdiff
path: root/next-lib/src/demo/DemoCat.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/demo/DemoCat.gf')
-rw-r--r--next-lib/src/demo/DemoCat.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/next-lib/src/demo/DemoCat.gf b/next-lib/src/demo/DemoCat.gf
deleted file mode 100644
index c0c6e5bef..000000000
--- a/next-lib/src/demo/DemoCat.gf
+++ /dev/null
@@ -1,16 +0,0 @@
---# -path=.:alltenses
-
-concrete DemoCat of Demo =
- NounCat,
- ClauseCat,
- AdjectiveCat,
- AdverbCat,
- NumeralCat,
- QuestionCat,
- StructuralCat,
- LexiconCat
- ** {
-
-flags language = ca; unlexer = text ; lexer = text ;
-
-} ;