From 89fbc947385c382902af696b54b01022a1d9b765 Mon Sep 17 00:00:00 2001 From: vyPal <66716025+vyPal@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:12:36 +0100 Subject: [PATCH] Remove unused function --- lib/load.dart | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/load.dart b/lib/load.dart index cca4482..407d08c 100644 --- a/lib/load.dart +++ b/lib/load.dart @@ -84,14 +84,6 @@ class LoadingScreenState extends BaseState { }); } - 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) {