1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Remove useless comment

This commit is contained in:
Michael Vetter 2022-02-25 20:07:47 +01:00
parent 62eedb1cd5
commit a086d3cd16

View File

@ -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)
{