about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-02-25 20:07:47 +0100
committerMichael Vetter <jubalh@iodoru.org>2022-02-25 20:07:47 +0100
commita086d3cd16a39ace45fac46763811081293207de (patch)
tree0a08cc7354782d33fae35d2aa17b068360ceb97e
parent62eedb1cd592e18a3bf6ac185ae86257233a12cc (diff)
downloadprofani-tty-a086d3cd16a39ace45fac46763811081293207de.tar.gz
Remove useless comment
-rw-r--r--src/command/cmd_ac.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index 6d5c67db..da961aae 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.c
@@ -2553,11 +2553,6 @@ _pgp_autocomplete(ProfWin* window, const char* const input, gboolean previous)
     return NULL;
 }
 
-/*!
- * \brief Auto completion for XEP-0373: OpenPGP for XMPP command.
- *
- *
- */
 static char*
 _ox_autocomplete(ProfWin* window, const char* const input, gboolean previous)
 {