diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-10-07 01:27:26 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-10-07 01:27:36 -0700 |
commit | b9e49b2a47e7388e20f8a5c009cdaf0b369e117c (patch) | |
tree | 8f10fcd0f7f8dd29af25a350ce5523651b92179e /src/c-client.xsl | |
parent | dd5ece606587d3e41058df803ab1804654195bbb (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.xsl | 3 |
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"/> |