Changeset 12790

Show
Ignore:
Timestamp:
05.11.2009 20:46:54 (2 weeks ago)
Author:
maeder
Message:

removed unused cDisplayGraph

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CMDL/InfoCommands.hs

    r12787 r12790  
    1818       ( cNodes 
    1919       , cShowDgGoals 
    20        , cDisplayGraph 
    2120       , cShowNodeProvenGoals 
    2221       , cShowNodeUnprovenGoals 
     
    3938import Common.UniUtils 
    4039import GUI.Taxonomy 
    41 import GUI.ShowGraph 
    4240#endif 
    4341 
     
    6361import Logic.Prover (SenStatus) 
    6462import Logic.Comorphism (AnyComorphism) 
    65  
    66 import Driver.Options (defaultHetcatsOpts) 
    6763 
    6864import Interfaces.Command (cmdNameStr, describeCmd, showCmd) 
     
    303299     return $ genMessage [] (intercalate "\n" $ sort ls) state 
    304300 
    305 -- draw graph 
    306 cDisplayGraph::CmdlState -> IO CmdlState 
    307 cDisplayGraph state 
    308  = case i_state $ intState state of 
    309 #ifdef UNI_PACKAGE 
    310     Just dgState -> 
    311      do 
    312       -- obtain the name of the last loaded library for 
    313       -- documentation/debugging reasons 
    314       let flnm = fileLoaded $  prompter state 
    315       showGraph flnm defaultHetcatsOpts ( Just 
    316                    (i_ln dgState, i_libEnv dgState)) 
    317       return state 
    318 #endif 
    319    -- no development graph present 
    320     _ -> return state 
    321  
    322301cHelp :: [CmdlCmdDescription] -> CmdlState -> IO CmdlState 
    323302cHelp allcmds state = do