remove useless functions
This commit is contained in:
parent
5b014bd2c0
commit
cc229f0bd3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue