diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-02-25 20:07:47 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-02-25 20:07:47 +0100 |
commit | a086d3cd16a39ace45fac46763811081293207de (patch) | |
tree | 0a08cc7354782d33fae35d2aa17b068360ceb97e | |
parent | 62eedb1cd592e18a3bf6ac185ae86257233a12cc (diff) | |
download | profani-tty-a086d3cd16a39ace45fac46763811081293207de.tar.gz |
Remove useless comment
-rw-r--r-- | src/command/cmd_ac.c | 5 |
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) { |