From 0c8f581bcf722c2b9dc802acd2c48876c85380a2 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 3 Dec 2009 21:18:00 +0000 Subject: [PATCH] remove that_A and that_Adv also --- lib/src/english/DictEng.gf | 2 -- lib/src/english/DictEngAbs.gf | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/src/english/DictEng.gf b/lib/src/english/DictEng.gf index 97fe20ebf..9619ef2ea 100644 --- a/lib/src/english/DictEng.gf +++ b/lib/src/english/DictEng.gf @@ -38662,8 +38662,6 @@ lin thankfully_Adv = mkAdv "thankfully"; lin thankfulness_N = mkN "thankfulness" "-" {- FIXME: no plural form -}; lin thankless_A = compoundA (mkA "thankless"); lin thanksgiving_N = mkN "thanksgiving" "thanksgivings"; -lin that_A = compoundA (mkA "that"); -lin that_Adv = mkAdv "that"; lin thatch_N = mkN "thatch" "-" {- FIXME: no plural form -}; lin thatch_V2 = mkV2 (mkV "thatch" "thatches" "thatched" "thatched" "thatching"); lin thatcham_PN = mkPN "Thatcham"; diff --git a/lib/src/english/DictEngAbs.gf b/lib/src/english/DictEngAbs.gf index 83cab9f06..8d4d7892b 100644 --- a/lib/src/english/DictEngAbs.gf +++ b/lib/src/english/DictEngAbs.gf @@ -38656,8 +38656,6 @@ fun thankfully_Adv : Adv; fun thankfulness_N : N; fun thankless_A : A; fun thanksgiving_N : N; -fun that_A : A; -fun that_Adv : Adv; fun thatch_N : N; fun thatch_V2 : V2; fun thatcham_PN : PN;