Drop default value of non-automatic property for newer vala

This commit is contained in:
Rico Tzschichholz 2018-04-19 18:05:18 +02:00
parent 963ac79d0e
commit d619d99d4c

View file

@ -142,7 +142,6 @@ public class Geary.AccountInformation : BaseObject {
// being saved.
get { return (allow_save_sent_mail() ? _save_sent_mail : true); }
set { _save_sent_mail = value; }
default = true;
}
// Order for display purposes.