mcabber/mcabber/compl.c
changeset 1729 e6e89b1d7831
parent 1685 1342df44c814
child 1756 e2c084204583
--- a/mcabber/mcabber/compl.c	Sun Feb 28 14:15:38 2010 +0100
+++ b/mcabber/mcabber/compl.c	Sun Feb 28 15:19:27 2010 +0100
@@ -1,7 +1,7 @@
 /*
  * compl.c      -- Completion system
  *
- * Copyright (C) 2005-2009 Mikael Berthe <mikael@lilotux.net>
+ * Copyright (C) 2005-2010 Mikael Berthe <mikael@lilotux.net>
  *
  * 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
@@ -138,7 +138,6 @@
 
 //  cancel_completion()
 // Returns the number of chars to delete to cancel the completion
-//guint cancel_completion(compl *c)
 guint cancel_completion(void)
 {
   if (!InputCompl)  return 0;