From 84e01c303dc161c3a811a045cc0c45f3f13e33d6 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 4 Mar 2006 15:24:03 +0000 Subject: proper place of -treebank option --- src/GF/Shell.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/GF/Shell.hs') diff --git a/src/GF/Shell.hs b/src/GF/Shell.hs index cde5ff743..d713bcc42 100644 --- a/src/GF/Shell.hs +++ b/src/GF/Shell.hs @@ -181,9 +181,6 @@ execLine put (c@(co, os), arg, cs) (outps,st) = do execC :: CommandOpt -> ShellIO execC co@(comm, opts0) sa@(sh@(st,(h,_,_,_)),a) = checkOptions st co >> case comm of - CImport file | oElem (iOpt "treebank") opts -> do - tbs <- readUniTreebanks file - changeState (addTreebanks tbs) sa CImport file | oElem fromExamples opts -> do es <- liftM nub $ getGFEFiles opts file system $ "gf -examples" +++ unlines es -- cgit v1.2.3