Skip to content

Commit e02c95d

Browse files
committed
settings [nfc]: Cut "todo" comment calling for settings in store
This was done recently in 8cbea53 and the other commits of 1167.
1 parent 0497088 commit e02c95d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/model/store.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ abstract class GlobalStore extends ChangeNotifier {
8181
/// A cache of the [Accounts] table in the underlying data store.
8282
final Map<int, Account> _accounts;
8383

84-
// TODO settings (those that are per-device rather than per-account)
8584
// TODO push token, and other data corresponding to GlobalSessionState
8685

8786
/// Construct a new [ApiConnection], real or fake as appropriate.

0 commit comments

Comments
 (0)