removing some unused constants

This commit is contained in:
Tibor Kaputa 2020-06-10 10:52:16 +02:00 committed by GitHub
parent 61f30cd5d6
commit 1fe19bd6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,4 @@ const val DELETE_ALL_OCCURRENCES = 2
const val REMINDER_NOTIFICATION = 0 const val REMINDER_NOTIFICATION = 0
const val REMINDER_EMAIL = 1 const val REMINDER_EMAIL = 1
const val CLOSE_WITHOUT_SAVING = 0
const val SAVE_AND_CLOSE = 1
fun getNowSeconds() = System.currentTimeMillis() / 1000L fun getNowSeconds() = System.currentTimeMillis() / 1000L