[Xcb-commit] src

Josh Triplett josh at kemper.freedesktop.org
Sat Oct 7 01:28:13 PDT 2006


 src/c-client.xsl |    3 ---
 1 files changed, 3 deletions(-)

New commits:
diff-tree b9e49b2a47e7388e20f8a5c009cdaf0b369e117c (from dd5ece606587d3e41058df803ab1804654195bbb)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Sat Oct 7 01:27:26 2006 -0700

    Stop implicitly importing xproto; goes with proto change to explicitly import it

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"/>
 


More information about the xcb-commit mailing list