Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tugorez committed Feb 6, 2021
1 parent 799aaa5 commit 982405e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,4 @@ class XTypeGroup {
'webWildCards': webWildCards,
};
}

bool operator ==(o) =>
label == o.label &&
listEquals(extensions, o.extensions) &&
listEquals(mimeTypes, o.mimeTypes) &&
listEquals(macUTIs, o.macUTIs) &&
listEquals(webWildCards, o.webWildCards);
}

0 comments on commit 982405e

Please sign in to comment.