[geary/mjog/493-undo-send: 36/37] Remove unused method



commit f7ea988d0367bbb15a88cd8daafc197c7e0c3a02
Author: Michael Gratton <mike vee net>
Date:   Thu Nov 14 12:29:35 2019 +1100

    Remove unused method

 src/client/application/application-controller.vala | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/src/client/application/application-controller.vala 
b/src/client/application/application-controller.vala
index 5d8cd1c7..4c30b06a 100644
--- a/src/client/application/application-controller.vala
+++ b/src/client/application/application-controller.vala
@@ -1728,15 +1728,6 @@ public class Application.Controller : Geary.BaseObject {
         }
     }
 
-    // Returns a list of composer windows for an account, or null if none.
-    public Gee.List<Composer.Widget>? get_composer_widgets_for_account(Geary.AccountInformation account) {
-        Gee.LinkedList<Composer.Widget> ret = Geary.traverse<Composer.Widget>(composer_widgets)
-            .filter(w => w.account.information == account)
-            .to_linked_list();
-
-        return ret.size >= 1 ? ret : null;
-    }
-
     private Geary.AccountInformation? get_first_account() {
         return this.accounts.keys.iterator().fold<Geary.AccountInformation?>(
             (next, prev) => {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]