From 64b86376f6b3e2fdd71c5e0238540e6fdabbb143 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:31:58 +0530 Subject: [PATCH] Cleanup --- mobile/lib/services/ignored_files_service.dart | 5 ----- mobile/lib/services/sync/remote_sync_service.dart | 4 ---- 2 files changed, 9 deletions(-) diff --git a/mobile/lib/services/ignored_files_service.dart b/mobile/lib/services/ignored_files_service.dart index ee796db5eb..06400dbf46 100644 --- a/mobile/lib/services/ignored_files_service.dart +++ b/mobile/lib/services/ignored_files_service.dart @@ -80,11 +80,6 @@ class IgnoredFilesService { return null; } - Future shouldSkipUploadAsync(EnteFile file) async { - final ignoredID = await idToIgnoreReasonMap; - return shouldSkipUpload(ignoredID, file); - } - // removeIgnoredMappings is used to remove the ignore mapping for the given // set of files so that they can be uploaded. Future removeIgnoredMappings(List files) async { diff --git a/mobile/lib/services/sync/remote_sync_service.dart b/mobile/lib/services/sync/remote_sync_service.dart index d7ef059817..438e0f515f 100644 --- a/mobile/lib/services/sync/remote_sync_service.dart +++ b/mobile/lib/services/sync/remote_sync_service.dart @@ -65,10 +65,6 @@ class RemoteSyncService { static const _ignoreBackUpSettingsForIDs_ = "ignoreBackUpSettingsForIDs"; final String _isFirstRemoteSyncDone = "isFirstRemoteSyncDone"; - // 28 Sept, 2021 9:03:20 AM IST - static const kArchiveFeatureReleaseTime = 1632800000000000; - static const kHasSyncedEditTime = "has_synced_edit_time"; - // 29 October, 2021 3:56:40 AM IST static const kEditTimeFeatureReleaseTime = 1635460000000000;