]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Remove unused prototype of Lists_AlreadyRegistered()
authorAlexander Barton <alex@barton.de>
Sun, 15 Jan 2012 18:46:00 +0000 (19:46 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 15 Jan 2012 18:46:00 +0000 (19:46 +0100)
This prototype has been introduced by commit fa7bb279 in 2006,
but as far as I can see, this function never existed ...

src/ngircd/lists.h

index f709f3fa65a4c149329f095d196ba9b431cdddef..d0b4d819e070aa10397d20387c0240c3c2b580cf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -37,9 +37,6 @@ GLOBAL bool Lists_Add PARAMS((struct list_head *h, const char *Mask,
                              time_t ValidUntil, const char *Reason));
 GLOBAL void Lists_Del PARAMS((struct list_head *head, const char *Mask));
 
                              time_t ValidUntil, const char *Reason));
 GLOBAL void Lists_Del PARAMS((struct list_head *head, const char *Mask));
 
-GLOBAL bool Lists_AlreadyRegistered PARAMS((const struct list_head *head,
-                                           const char *Mask));
-
 GLOBAL void Lists_Free PARAMS((struct list_head *head));
 
 GLOBAL const char *Lists_MakeMask PARAMS((const char *Pattern));
 GLOBAL void Lists_Free PARAMS((struct list_head *head));
 
 GLOBAL const char *Lists_MakeMask PARAMS((const char *Pattern));