remove dead code

This commit is contained in:
krawieck 2020-09-13 00:31:55 +02:00
parent 8e9b1e17e4
commit 450f3373af
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ class Post extends StatelessWidget {
// == ACTIONS ==
void _openLink() => urlLauncher(post.url);
void _savePost() {
print('SAVE POST');
}