Commit c52629fe c52629fe677c14fba56736fa3a9b64ee321dfb2a by Sergey Poznyakoff

(struct _mailer): Removed unused field properties_count.

1 parent 2ec8f58c
......@@ -45,7 +45,6 @@ struct _mailer
int flags;
monitor_t monitor;
property_t property;
size_t properties_count;
/* Pointer to the specific mailer data. */
void *data;
......