1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Removed unnecessary FIXME comment

This commit is contained in:
cketti 2010-02-08 19:12:40 +00:00
parent 033e0d40de
commit 7cafc8547b

View File

@ -329,7 +329,6 @@ public class Account implements Serializable
}
while (gotOne);
//FIXME: This can never be true?
if (newIdentities.size() == 0)
{
String name = prefs.getString(mUuid + ".name", null);