diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/Constants.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/Constants.kt index cd7538424..e63fde821 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/Constants.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/helpers/Constants.kt @@ -155,7 +155,4 @@ const val DELETE_ALL_OCCURRENCES = 2 const val REMINDER_NOTIFICATION = 0 const val REMINDER_EMAIL = 1 -const val CLOSE_WITHOUT_SAVING = 0 -const val SAVE_AND_CLOSE = 1 - fun getNowSeconds() = System.currentTimeMillis() / 1000L