Revert "display HTML in default browser using Windows' shell API"
[gitweb.git] / builtin / help.c
index 3c55ce456309ee7da95eac0517f11161ab3c1f7c..0c91ff5bfcefb69f1e5f57b1ec1e210388796097 100644 (file)
@@ -379,17 +379,10 @@ static void get_html_page_path(struct strbuf *page_path, const char *page)
        free(to_free);
 }
 
-/*
- * If open_html is not defined in a platform-specific way (see for
- * example compat/mingw.h), we use the script web--browse to display
- * HTML.
- */
-#ifndef open_html
 static void open_html(const char *path)
 {
        execl_git_cmd("web--browse", "-c", "help.browser", path, (char *)NULL);
 }
-#endif
 
 static void show_html_page(const char *git_cmd)
 {