]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove unused variable 'filename', which applies
authorBob Stayton <bobs@sagehill.net>
Thu, 18 Sep 2003 22:43:37 +0000 (22:43 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 18 Sep 2003 22:43:37 +0000 (22:43 +0000)
templates in mode 'filename', but there is no such mode.

website/xsl/tabular.xsl
website/xsl/website.xsl

index 03e396aa2ea75ca5b6ed82b773b6d9a59150f04f..ed943bbf74d61fb925a7c8e346eab0433e0b5cb6 100644 (file)
     </xsl:call-template>
   </xsl:variable>
 
-  <xsl:variable name="filename">
-    <xsl:apply-templates select="." mode="filename"/>
-  </xsl:variable>
-
   <xsl:variable name="tocentry" select="$autolayout/autolayout//*[$id=@id]"/>
   <xsl:variable name="toc" select="($tocentry/ancestor-or-self::toc
                                    |$autolayout/autolayout/toc[1])[last()]"/>
index d26dc8e43c66895885201dbcad59ab4510fe0eec..7e0708178c0bbb19c557374ddee30eb5dc62430b 100644 (file)
     <xsl:call-template name="object.id"/>
   </xsl:variable>
 
-  <xsl:variable name="filename">
-    <xsl:apply-templates select="." mode="filename"/>
-  </xsl:variable>
-
   <xsl:variable name="tocentry" select="$autolayout/autolayout//*[$id=@id]"/>
   <xsl:variable name="toc" select="$tocentry/ancestor-or-self::toc"/>