]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: newapi: Remove unused 'docomponents' template
authorPeter Krempa <pkrempa@redhat.com>
Thu, 25 May 2023 11:44:13 +0000 (13:44 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 2 Jun 2023 07:39:10 +0000 (09:39 +0200)
Never used since introduction in b38893c3eaa56617a3ef313c45e505da6e50

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
docs/newapi.xsl

index cafe49f61f3ee4ead74fc8f185eba6dfbf6012e2..19a440bb09ba847587bc16c518f6c662426d4dd0 100644 (file)
     </xsl:if>
   </xsl:template>
 
-  <xsl:template name="docomponents">
-    <xsl:apply-templates select="exports[@type='macro']">
-      <xsl:sort select='@symbol'/>
-    </xsl:apply-templates>
-    <xsl:apply-templates select="exports[@type='enum']">
-      <xsl:sort select='@symbol'/>
-    </xsl:apply-templates>
-    <xsl:apply-templates select="exports[@type='typedef']">
-      <xsl:sort select='@symbol'/>
-    </xsl:apply-templates>
-    <xsl:apply-templates select="exports[@type='struct']">
-      <xsl:sort select='@symbol'/>
-    </xsl:apply-templates>
-    <xsl:apply-templates select="exports[@type='function']">
-      <xsl:sort select='@symbol'/>
-    </xsl:apply-templates>
-  </xsl:template>
-
   <xsl:template match="file">
     <xsl:variable name="name" select="@name"/>
     <xsl:variable name="title">Module <xsl:value-of select="$name"/> from <xsl:value-of select="/api/@name"/></xsl:variable>