Double yikes! I meant to check in just biblio.c, but instead I
[sgt/halibut] / bk_xhtml.c
index 439f9f9..5a10137 100644 (file)
@@ -744,15 +744,13 @@ static void xhtml_free_file(xhtmlfile* xfile)
  * Main function.
  */
 void xhtml_backend(paragraph *sourceform, keywordlist *in_keywords,
-                  indexdata *in_idx, void *unused)
+                  indexdata *in_idx)
 {
 /*  int i;*/
   indexentry *ientry;
   int ti;
   xhtmlsection *xsect;
 
-  IGNORE(unused);    
-
   sourceparas = sourceform;
   conf = xhtml_configure(sourceform);
   keywords = in_keywords;