Skip to content

Commit

Permalink
Refactor: Remove unused Data Store constants
Browse files Browse the repository at this point in the history
Removed unused constants related to Data Store that were no longer being referenced.
This cleanup helps improve code clarity and maintainability.
  • Loading branch information
Mihai-Cristian Condrea committed Nov 29, 2024
1 parent b0ec2ae commit 95c7ffa
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ object DataStoreNamesConstants {
const val DATA_STORE_STARTUP_PAGE = "startup_page"
const val DATA_STORE_SHOW_BOTTOM_BAR_LABELS = "show_bottom_bar_labels"
const val DATA_STORE_LANGUAGE = "language"
const val DATA_STORE_GENERIC_FILTER = "generic_filter"
const val DATA_STORE_DELETE_EMPTY_FOLDERS = "delete_empty_folders"
const val DATA_STORE_DELETE_ARCHIVES = "delete_archives"
const val DATA_STORE_DELETE_INVALID_MEDIA = "delete_invalid_media"
const val DATA_STORE_DELETE_CORPSE_FILES = "delete_corpse_files"
const val DATA_STORE_DELETE_APK_FILES = "delete_apk_files"
const val DATA_STORE_DELETE_AUDIO_FILES = "delete_audio_files"
const val DATA_STORE_DELETE_VIDEO_FILES = "delete_video_files"
const val DATA_STORE_DELETE_IMAGE_FILES = "delete_image_files"
const val DATA_STORE_CLIPBOARD_CLEAN = "clipboard_clean"
const val DATA_STORE_USAGE_AND_DIAGNOSTICS = "usage_and_diagnostics"
const val DATA_STORE_ADS = "ads"
}

0 comments on commit 95c7ffa

Please sign in to comment.