You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/12/29 11:00:04 UTC

(tomcat) branch 9.0.x updated: Remove unused parameters

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 3a01aca730 Remove unused parameters
3a01aca730 is described below

commit 3a01aca7305ab47ade7afa37b69869587d786d70
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Dec 29 10:59:47 2023 +0000

    Remove unused parameters
---
 webapps/docs/tomcat-docs.xsl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/webapps/docs/tomcat-docs.xsl b/webapps/docs/tomcat-docs.xsl
index b10a8c02e6..df2738dbb2 100644
--- a/webapps/docs/tomcat-docs.xsl
+++ b/webapps/docs/tomcat-docs.xsl
@@ -28,8 +28,6 @@
               doctype-system="about:legacy-compat"/>
 
   <!-- Defined parameters (overridable) -->
-  <xsl:param    name="home-name"           select="'The Tomcat Project'"/>
-  <xsl:param    name="home-href"           select="'https://tomcat.apache.org/'"/>
   <xsl:param    name="home-logo"           select="'/images/tomcat.png'"/>
   <xsl:param    name="home-stylesheet"     select="'/images/docs-stylesheet.css'"/>
   <xsl:param    name="apache-logo"         select="'/images/asf-logo.svg'"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org