From d5f53a99e61c01f386034c99483f1329a61c9db2 Mon Sep 17 00:00:00 2001 From: cketti Date: Sun, 20 Jun 2010 14:11:16 +0000 Subject: [PATCH] Removed comment --- src/com/fsck/k9/Account.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/fsck/k9/Account.java b/src/com/fsck/k9/Account.java index 3ab36790b..e2082a743 100644 --- a/src/com/fsck/k9/Account.java +++ b/src/com/fsck/k9/Account.java @@ -492,8 +492,6 @@ public class Account implements BaseAccount } - //TODO: Shouldn't this live in MessagingController? - // Why should everything be in MessagingController? This is an Account-specific operation. --danapple0 public AccountStats getStats(Context context) throws MessagingException { long startTime = System.currentTimeMillis();