summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-11-19 18:31:48 -0800
committerJamey Sharp <jamey@minilop.net>2006-11-19 20:59:10 -0800
commit3fa50020d2d9b78e22cf3597f4688c4e22df5121 (patch)
treed1286c1b5cfe430880dddb5993156cb45ada1245 /src
parent16e7328b4a366b29d54696aafffe62c92e0e0130 (diff)
Remove support for the <localfield> tag: nothing needs it.
Only one use of <localfield> remained, for a list length expression in xv.xml. List length parameters that don't actually appear in the protocol should be left implicit: if no length expression is given, then a localfield will be automatically created by c-client.xsl.
Diffstat (limited to 'src')
-rw-r--r--src/c-client.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c-client.xsl b/src/c-client.xsl
index 0f7c025..8b951cb 100644
--- a/src/c-client.xsl
+++ b/src/c-client.xsl
@@ -590,7 +590,7 @@ authorization from the authors.
</list>
</xsl:template>
- <xsl:template match="field|localfield" mode="param">
+ <xsl:template match="field" mode="param">
<field>
<xsl:attribute name="type">
<xsl:call-template name="canonical-type-name" />