Remove unused method

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-11 00:34:01 +05:30
parent 864ac7c093
commit 0395189ee6
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -180,16 +180,6 @@ open class PasswordRepository protected constructor() {
return getRepository(File(dir.absolutePath + "/.git"))
}
/**
* Gets the password items in the root directory
*
* @return a list of passwords in the root directory
*/
@JvmStatic
fun getPasswords(rootDir: File, sortOrder: PasswordSortOrder): ArrayList<PasswordItem> {
return getPasswords(rootDir, rootDir, sortOrder)
}
/**
* Gets the .gpg files in a directory
*