Skip to content

Commit cf8a915

Browse files
committed
Remove unused code
1 parent 9f452de commit cf8a915

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/main.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,6 @@ Future<List<Directory>> getDirectories() async {
7474
return [defaultDirectory, baseDirectory];
7575
}
7676

77-
Future builder(BuildContext context, AsyncSnapshot<Directory> snapshot) async {
78-
if (snapshot.hasData) {
79-
return ProfilesWidget(
80-
defaultDirectory: snapshot.data!,
81-
baseDirectory: snapshot.data!,
82-
child: const MyApp(),
83-
);
84-
} else {
85-
return const AppSetupPlaceholder();
86-
}
87-
}
88-
8977
Future init() async {
9078
Loggy.initLoggy(logPrinter: const PrettyPrinter());
9179
}

0 commit comments

Comments
 (0)