1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

ox: remove comment

This commit is contained in:
Michael Vetter 2022-04-27 16:36:30 +02:00
parent 652d30bb7f
commit 8ee3a43983

View File

@ -1458,10 +1458,6 @@ _handle_chat(xmpp_stanza_t* const stanza, gboolean is_mam, gboolean is_carbon, c
message_free(message);
}
/*!
* @brief Handle incoming XMMP-OX chat message.
*/
static void
_handle_ox_chat(xmpp_stanza_t* const stanza, ProfMessage* message, gboolean is_mam)
{