From 0cd04a66c1d2a41b8dcd6816e3ce5e30ad3c7519 Mon Sep 17 00:00:00 2001 From: Daniel Applebaum Date: Tue, 6 Apr 2010 04:27:47 +0000 Subject: [PATCH] Terminate pointless comment. --- src/com/fsck/k9/Preferences.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/com/fsck/k9/Preferences.java b/src/com/fsck/k9/Preferences.java index f6d83a2ed..2237090de 100644 --- a/src/com/fsck/k9/Preferences.java +++ b/src/com/fsck/k9/Preferences.java @@ -14,12 +14,6 @@ public class Preferences { private static Preferences preferences; - /** - * TODO need to think about what happens if this gets GCed along with the - * Activity that initialized it. Do we lose ability to read Preferences in - * further Activities? Maybe this should be stored in the Application - * context. - */ public static synchronized Preferences getPreferences(Context context) { if (preferences == null)