From 450f3373af6af519e157bcdd388f1e671eebc1b9 Mon Sep 17 00:00:00 2001 From: krawieck Date: Sun, 13 Sep 2020 00:31:55 +0200 Subject: [PATCH] remove dead code --- lib/widgets/post.dart | 2 -- 1 file changed, 2 deletions(-) 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'); }