remove gotouser, since it's not needed anymore

This commit is contained in:
krawieck 2021-01-09 19:58:21 +01:00
parent dc232b53a1
commit d5896692f3
1 changed files with 0 additions and 4 deletions

View File

@ -216,10 +216,6 @@ class _AboutTab extends HookWidget {
: assert(communitiesFuture != null),
assert(instanceHost != null);
void goToUser(int id) {
print('GO TO USER $id');
}
void goToModLog() {
print('GO TO MODLOG');
}