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

Remove old comment

It's not up to date.
Some time ago we changed from individual handlers to general ones.
This commit is contained in:
Michael Vetter 2019-10-21 10:28:29 +02:00
parent c4a52b13e8
commit ef19b45e64

View File

@ -396,7 +396,6 @@ iq_http_upload_request(HTTPUpload *upload)
xmpp_ctx_t * const ctx = connection_get_ctx();
char *id = connection_create_stanza_id();
xmpp_stanza_t *iq = stanza_create_http_upload_request(ctx, id, jid, upload);
// TODO add free func
iq_id_handler_add(id, _http_upload_response_id_handler, NULL, upload);
free(id);