diff options
Diffstat (limited to 'src/GF')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 920389250..32b7cffa0 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -247,7 +247,6 @@ customGrammarPrinter = ,(strCI "gf", \_ -> err id prGrammar . canon2sourceGrammar . stateGrammarST) ,(strCI "cf", \_ -> prCF . stateCF) ,(strCI "old", \_ -> printGrammarOld . stateGrammarST) - ,(strCI "srg", srgsAbnfPrinter Nothing False) ,(strCI "gsl", gslPrinter) ,(strCI "jsgf", jsgfPrinter Nothing) ,(strCI "jsgf_sisr_old", jsgfPrinter (Just SISR.SISROld)) |
