Remove unused Geary.Folder::list_local_email_fields_async method

This commit is contained in:
Michael Gratton 2019-12-14 16:42:33 +11:00 committed by Michael James Gratton
parent dda8d9baf1
commit cc0fb9eef2
5 changed files with 0 additions and 72 deletions

View file

@ -110,13 +110,6 @@ public class Geary.MockFolder : Folder, MockObject {
);
}
public override async Gee.Map<Geary.EmailIdentifier, Geary.Email.Field>?
list_local_email_fields_async(Gee.Collection<Geary.EmailIdentifier> ids,
Cancellable? cancellable = null)
throws Error {
throw new EngineError.UNSUPPORTED("Mock method");
}
public override async Geary.Email
fetch_email_async(Geary.EmailIdentifier email_id,
Geary.Email.Field required_fields,