From e66b24d8696b3a99f025b218c12b86eabab7a816 Mon Sep 17 00:00:00 2001 From: NaiJi Date: Fri, 11 Nov 2022 15:29:17 +0400 Subject: [PATCH] refactor: Remove obsolete initializing steps enum type --- lib/logic/common_enum/common_enum.dart | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/logic/common_enum/common_enum.dart b/lib/logic/common_enum/common_enum.dart index 69686978..557448b1 100644 --- a/lib/logic/common_enum/common_enum.dart +++ b/lib/logic/common_enum/common_enum.dart @@ -5,17 +5,6 @@ enum LoadingStatus { error, } -enum InitializingSteps { - setHetznerKey, - setCloudFlareKey, - setDomainName, - setRootUser, - createServer, - checkCloudFlareDns, - startServer, - checkSystemDnsAndDkimSet, -} - enum Period { hour, day,