mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-05-16 11:19:28 +02:00
Remove unused method
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
864ac7c093
commit
0395189ee6
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue