From 4d914d9211bb620251405ddc6d69e9b46882ad00 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Fri, 17 Jan 2020 23:38:31 +0900 Subject: [PATCH] removed obsolete code --- lib/widgets/album/all_collection_page.dart | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/widgets/album/all_collection_page.dart b/lib/widgets/album/all_collection_page.dart index cf3c3bfec..836a42724 100644 --- a/lib/widgets/album/all_collection_page.dart +++ b/lib/widgets/album/all_collection_page.dart @@ -28,15 +28,6 @@ class _AllCollectionAppBar extends SliverAppBar { floating: true, ); - @override - Widget build(BuildContext context) { - return SliverAppBar( - title: const Text('All'), - actions: _buildActions(), - floating: true, - ); - } - static List _buildActions() { return [ Builder(