remove useless functions

This commit is contained in:
krawieck 2020-09-17 18:45:00 +02:00
parent 5b014bd2c0
commit cc229f0bd3
1 changed files with 0 additions and 8 deletions

View File

@ -55,14 +55,6 @@ class Post extends HookWidget {
print('SAVE POST');
}
void _upvotePost() {
print('UPVOTE POST');
}
void _downvotePost() {
print('DOWNVOTE POST');
}
static void showMoreMenu(BuildContext context, PostView post) {
showModalBottomSheet(
backgroundColor: Colors.transparent,