X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.c;h=6c9ef3ec9289cb66810fb6ddca5bb155d12f0f06;hp=2aaa494306b6a22b4cae3f2be0e795763fd95324;hb=68d6b380767702ba11529357f36d178d0dc4cb1e;hpb=4e64abbe6c52d61bb01b85c266e33e30b257ba68 diff --git a/buffy.c b/buffy.c index 2aaa494..6c9ef3e 100644 --- a/buffy.c +++ b/buffy.c @@ -29,13 +29,6 @@ static time_t ImapBuffyTime = 0; /* last time we started checking for mail */ static short BuffyCount = 0; /* how many boxes with new mail */ static short BuffyNotify = 0; /* # of unnotified new boxes */ -static inline void buffy_delete(BUFFY** p) -{ - p_delete(&(*p)->path); - p_delete(p); -} -DO_ARRAY_FUNCS(BUFFY, buffy, buffy_delete); - /* Return the index number of path in Incoming list */ int buffy_lookup(const char* path) {