From a299e333ba17833f4de9a6e6b08736a488cbef1a Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 28 May 2008 05:36:25 +0000 Subject: [PATCH] removed some more pointless info names svn: r9998 --- collects/frtime/gui/info.ss | 2 -- collects/gui-debugger/info.ss | 1 - collects/macro-debugger/stxclass/info.ss | 1 - collects/trace/scribblings/info.ss | 1 - 4 files changed, 5 deletions(-) diff --git a/collects/frtime/gui/info.ss b/collects/frtime/gui/info.ss index 6065268211..37f49abbfa 100644 --- a/collects/frtime/gui/info.ss +++ b/collects/frtime/gui/info.ss @@ -1,5 +1,3 @@ #lang setup/infotab (define compile-omit-paths '("demo")) - -(define name "gui wrapper") diff --git a/collects/gui-debugger/info.ss b/collects/gui-debugger/info.ss index 5b172c3054..b0d71ec0b3 100644 --- a/collects/gui-debugger/info.ss +++ b/collects/gui-debugger/info.ss @@ -1,6 +1,5 @@ #lang setup/infotab -(define name "Graphical Debugger") (define tools '(("debug-tool.ss"))) (define tool-names '("Graphical Debugger")) (define tool-icons '(("clanbomber-32x32.png" "gui-debugger" "icons"))) diff --git a/collects/macro-debugger/stxclass/info.ss b/collects/macro-debugger/stxclass/info.ss index 2beafc2795..19bb568ab6 100644 --- a/collects/macro-debugger/stxclass/info.ss +++ b/collects/macro-debugger/stxclass/info.ss @@ -1,6 +1,5 @@ #lang setup/infotab -(define name "stxclass") ;; Not ready yet #;(define scribblings '(("stxclass.scrbl"))) (define compile-omit-paths '("test.ss")) diff --git a/collects/trace/scribblings/info.ss b/collects/trace/scribblings/info.ss index e6295a6991..a94d072813 100644 --- a/collects/trace/scribblings/info.ss +++ b/collects/trace/scribblings/info.ss @@ -1,4 +1,3 @@ #lang setup/infotab -(define name "Calltrace") (define scribblings '(("trace.scrbl" () (tool-library))))