1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Remove accidentally added file

This commit is contained in:
Michael Vetter 2019-10-18 12:24:34 +02:00
parent dfead6415f
commit 3bd5c9f535

View File

@ -1,7 +0,0 @@
#include "xmpp/message.h"
ProfMessage *message_init(void) {
return NULL;
}
void message_free(ProfMessage *message) {}