Remove unused onLogoutForNativeSlidingSyncMigrationNeeded() method and cleanup dead code.

This commit is contained in:
Benoit Marty 2025-09-09 14:46:07 +02:00
parent 50161390c5
commit 0c436451b9
2 changed files with 0 additions and 21 deletions

View file

@ -28,6 +28,5 @@ interface HomeEntryPoint : FeatureEntryPoint {
fun onSessionConfirmRecoveryKeyClick()
fun onRoomSettingsClick(roomId: RoomId)
fun onReportBugClick()
fun onLogoutForNativeSlidingSyncMigrationNeeded()
}
}