diff --git a/lib/widgets/post.dart b/lib/widgets/post.dart index a8933e4..2a4ec37 100644 --- a/lib/widgets/post.dart +++ b/lib/widgets/post.dart @@ -47,8 +47,6 @@ class Post extends StatelessWidget { // == ACTIONS == - void _openLink() => urlLauncher(post.url); - void _savePost() { print('SAVE POST'); }