Never used since introduction in b38893c3eaa56617a3ef313c45e505da6e50

Signed-off-by: Peter Krempa <pkre...@redhat.com>
---
 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

Reply via email to