Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Feb 9, 2024
1 parent 5e5c6bd commit 89fbc94
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/load.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ class LoadingScreenState extends BaseState<LoadingScreen> {
});
}

DateTime getWeekDay() {
DateTime now = DateTime.now();
if (now.weekday > 5) {
now.add(Duration(days: 8 - now.weekday));
}
return DateTime(now.year, now.month, now.day);
}

@override
Widget build(BuildContext context) {
if (!startedInit) {
Expand Down

0 comments on commit 89fbc94

Please sign in to comment.