summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"/>