removing an unused constant

This commit is contained in:
Tibor Kaputa 2021-10-03 22:45:28 +02:00 committed by GitHub
parent b9f3191b69
commit 289ec7208c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ const val FONT_SIZE_PERCENTAGE = "font_size_percentage"
const val ADD_NEW_CHECKLIST_ITEMS_TOP = "add_new_checklist_items_top" const val ADD_NEW_CHECKLIST_ITEMS_TOP = "add_new_checklist_items_top"
const val CHECKLIST_SORT_FIELD = "checklist_sort_field" const val CHECKLIST_SORT_FIELD = "checklist_sort_field"
const val CHECKLIST_SORT_DIRECTION = "checklist_sort_direction" const val CHECKLIST_SORT_DIRECTION = "checklist_sort_direction"
const val CHECKLIST_SEPARATE_DONE_FROM_UNDONE = "checklist_done_from_undone"
// gravity // gravity
const val GRAVITY_LEFT = 0 const val GRAVITY_LEFT = 0