[PATCH 1/4] docs: newapi: Remove unused 'docomponents' template

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Never used since introduction in b38893c3eaa56617a3ef313c45e505da6e50

Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
---
 docs/newapi.xsl | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/docs/newapi.xsl b/docs/newapi.xsl
index cafe49f61f..19a440bb09 100644
--- a/docs/newapi.xsl
+++ b/docs/newapi.xsl
@@ -733,24 +733,6 @@
     </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>
-- 
2.40.1




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux