summaryrefslogtreecommitdiff
path: root/src/c-client.xsl
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-10-07 01:27:26 -0700
committerJosh Triplett <josh@freedesktop.org>2006-10-07 01:27:36 -0700
commitb9e49b2a47e7388e20f8a5c009cdaf0b369e117c (patch)
tree8f10fcd0f7f8dd29af25a350ce5523651b92179e /src/c-client.xsl
parentdd5ece606587d3e41058df803ab1804654195bbb (diff)
Stop implicitly importing xproto; goes with proto change to explicitly import it
Diffstat (limited to 'src/c-client.xsl')
-rw-r--r--src/c-client.xsl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/c-client.xsl b/src/c-client.xsl
index 406e9b6..f9897f7 100644
--- a/src/c-client.xsl
+++ b/src/c-client.xsl
@@ -68,9 +68,6 @@ authorization from the authors.
<xsl:for-each select="/xcb/import">
<path><xsl:value-of select="concat($extension-path, ., '.xml')" /></path>
</xsl:for-each>
- <xsl:if test="not($header='xproto')">
- <path><xsl:value-of select="concat($base-path, 'xproto.xml')" /></path>
- </xsl:if>
</xsl:variable>
<xsl:variable name="search-path" select="e:node-set($search-path-rtf)/path"/>