This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new d59e74e03 Remove unused parameters
d59e74e03 is described below
commit d59e74e039bc973361462d5d645dcc7113ee81c9
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Dec 29 11:03:44 2023 +0000
Remove unused parameters
---
xdocs/style.xsl | 2 --
1 file changed, 2 deletions(-)
diff --git a/xdocs/style.xsl b/xdocs/style.xsl
index dfc75dd74..e14542572 100644
--- a/xdocs/style.xsl
+++ b/xdocs/style.xsl
@@ -30,8 +30,6 @@
<!-- Defined parameters (overrideable) -->
- <xsl:param name="home-name" select="'Apache Tomcat'"/>
- <xsl:param name="home-href" select="'http://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-feather.png'"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]