removing a redundant variable

This commit is contained in:
tibbi 2018-06-15 15:14:41 +02:00
parent 5c608de61b
commit 132953c25a
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
private val PICK_WALLPAPER = 3
private val LAST_MEDIA_CHECK_PERIOD = 3000L
private val NEW_APP_PACKAGE = "com.simplemobiletools.clock"
private val IS_PROTECTION_DIALOG_SHOWN = "is_protection_dialog_shown"
private var mIsPickImageIntent = false
private var mIsPickVideoIntent = false