summaryrefslogtreecommitdiff
path: root/next-lib/src/english/StructuralEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/english/StructuralEng.gf')
-rw-r--r--next-lib/src/english/StructuralEng.gf6
1 files changed, 0 insertions, 6 deletions
diff --git a/next-lib/src/english/StructuralEng.gf b/next-lib/src/english/StructuralEng.gf
index 32b78cc78..a6986c927 100644
--- a/next-lib/src/english/StructuralEng.gf
+++ b/next-lib/src/english/StructuralEng.gf
@@ -121,11 +121,5 @@ concrete StructuralEng of Structural = CatEng **
youPl_Pron = mkPron "you" "you" "your" "yours" Pl P2 Masc ;
youPol_Pron = mkPron "you" "you" "your" "yours" Sg P2 Masc ;
-
-oper
- mkQuant : Str -> Str -> {s,sp : Bool => Number => Str} = \x,y -> {
- s,sp = \\_ => table Number [x ; y]
- } ;
-
}