docs: Remove unneeded comments

This commit is contained in:
2022-01-26 09:29:43 +01:00
parent 2bdde821d9
commit 25506d57bf
2 changed files with 1 additions and 6 deletions

View File

@@ -40,7 +40,6 @@ class RosterItemNotFoundEvent extends XmppEvent {
RosterItemNotFoundEvent({ required this.jid, required this.trigger });
}
// TODO: Add override-able functions commitRoster and commitRosterVersion
class RosterManager extends XmppManagerBase {
String? _rosterVersion;