summaryrefslogtreecommitdiff
path: root/xslt/mallard/cache
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-11-01 20:47:53 -0400
committerShaun McCance <shaunm@gnome.org>2011-11-01 20:47:53 -0400
commit3ca91a4604913c1c338738d2eec32f60af3402c4 (patch)
tree956ed6a54927b5e45b12608e143dcd50c110a9c4 /xslt/mallard/cache
parent093df70184deafb0352cbcb3c713893f059a7b46 (diff)
downloadyelp-xsl-3ca91a4604913c1c338738d2eec32f60af3402c4.tar.gz
mal-cache: Removed old code to set groups attribute in cache
Diffstat (limited to 'xslt/mallard/cache')
-rw-r--r--xslt/mallard/cache/mal-cache.xsl21
1 files changed, 0 insertions, 21 deletions
diff --git a/xslt/mallard/cache/mal-cache.xsl b/xslt/mallard/cache/mal-cache.xsl
index 3bb3ddb7..e480b668 100644
--- a/xslt/mallard/cache/mal-cache.xsl
+++ b/xslt/mallard/cache/mal-cache.xsl
@@ -61,21 +61,6 @@ mal.cache.xref
<!--**==========================================================================
-mal.cache.groups
--->
-<xsl:template name="mal.cache.groups">
- <xsl:param name="node" select="."/>
- <xsl:param name="node_in"/>
- <xsl:attribute name="groups">
- <xsl:value-of select="$node/@groups"/>
- <xsl:if test="not(contains(concat(' ', $node/@groups, ' '), ' #default '))">
- <xsl:text> #default</xsl:text>
- </xsl:if>
- </xsl:attribute>
-</xsl:template>
-
-
-<!--**==========================================================================
mal.cache.info
-->
<xsl:template name="mal.cache.info">
@@ -124,9 +109,6 @@ mal.cache.info
<xsl:call-template name="mal.cache.id">
<xsl:with-param name="node_in" select="$node_in"/>
</xsl:call-template>
- <xsl:call-template name="mal.cache.groups">
- <xsl:with-param name="node_in" select="$node_in"/>
- </xsl:call-template>
<xsl:if test="@type">
<xsl:attribute name="type">
<xsl:value-of select="@type"/>
@@ -148,9 +130,6 @@ mal.cache.info
<xsl:call-template name="mal.cache.id">
<xsl:with-param name="node_in" select="$node_in"/>
</xsl:call-template>
- <xsl:call-template name="mal.cache.groups">
- <xsl:with-param name="node_in" select="$node_in"/>
- </xsl:call-template>
<xsl:call-template name="mal.cache.info">
<xsl:with-param name="node_in" select="$node_in"/>
</xsl:call-template>