Commit c52629fe c52629fe677c14fba56736fa3a9b64ee321dfb2a by Sergey Poznyakoff

(struct _mailer): Removed unused field properties_count.

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