fix: Remove unused interface

This commit is contained in:
J-Jamet
2023-05-08 20:50:59 +02:00
parent dfb418c12a
commit 64bdcc2f32

View File

@@ -148,10 +148,6 @@ open class DatabaseTaskNotificationService : LockNotificationService(), Progress
result: ActionRunnable.Result)
}
interface RequestChallengeListener {
fun onChallengeResponseRequested(hardwareKey: HardwareKey, seed: ByteArray?)
}
fun checkDatabase() {
mDatabaseListeners.forEach { databaseListener ->
databaseListener.onDatabaseRetrieved(mDatabase)