diff --git a/libs/furnace/tools/help.factor b/libs/furnace/tools/help.factor
index 1c0738b8ed..15771d115c 100644
--- a/libs/furnace/tools/help.factor
+++ b/libs/furnace/tools/help.factor
@@ -8,8 +8,6 @@ io ;
serving-html
dup article-title [
[ help ] with-html-stream
-
- "Search" write
] html-document ;
: string>topic ( string -- topic )
@@ -27,13 +25,4 @@ M: link browser-link-href
[ show-help ] curry quot-link
] if ;
-TUPLE: search terms ;
-
-: search ( terms -- )
- "search" "Search" render-page ;
-
-\ search {
- { "terms" }
-} define-action
-
"help" "show-help" "libs/furnace/tools" web-app
diff --git a/libs/furnace/tools/search.fhtml b/libs/furnace/tools/search.fhtml
deleted file mode 100644
index 28718d3311..0000000000
--- a/libs/furnace/tools/search.fhtml
+++ /dev/null
@@ -1,15 +0,0 @@
-<% USING: help kernel sequences html namespaces io ; %>
-
-