X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmsgbase.h;fp=citadel%2Fmsgbase.h;h=68894b52caf73b805fc210475ea52cdf6d462142;hp=f33cbb44acabcbd73157c52d17f2b9a5b547a1b6;hb=6d69258f19307e1d889b4979d57ead0fa73e39c6;hpb=fc1d537ea6f52294e039e2aeeb4e5416debf3259 diff --git a/citadel/msgbase.h b/citadel/msgbase.h index f33cbb44a..68894b52c 100644 --- a/citadel/msgbase.h +++ b/citadel/msgbase.h @@ -234,14 +234,6 @@ struct CtdlMessage *CtdlMakeMessage( int CtdlCheckInternetMailPermission(struct ctdluser *who); int CtdlIsMe(char *addr, int addr_buf_len); -/* - * Use of aide_message is deprecated. - * It has been replaced with CtdlAideMessage. - * All parameters remain the same. -*/ -void aide_message(char *text, char *subject) __attribute__ ((deprecated)); - - /* * loading messages async via an FD: * add IO->ReadMsg = NewAsyncMsg(...)