Double yikes! I meant to check in just biblio.c, but instead I
[sgt/halibut] / bk_whlp.c
index 9655b1f..9575673 100644 (file)
--- a/bk_whlp.c
+++ b/bk_whlp.c
@@ -72,7 +72,7 @@ paragraph *whlp_config_filename(char *filename)
 }
 
 void whlp_backend(paragraph *sourceform, keywordlist *keywords,
-                 indexdata *idx, void *unused) {
+                 indexdata *idx) {
     WHLP h;
     char *filename, *cntname;
     paragraph *p, *lastsect;
@@ -83,8 +83,6 @@ void whlp_backend(paragraph *sourceform, keywordlist *keywords,
     indexentry *ie;
     int done_contents_topic = FALSE;
 
-    IGNORE(unused);
-
     h = state.h = whlp_new();
     state.keywords = keywords;
     state.idx = idx;