Remove dead code to fix compiler warning.

This commit is contained in:
Maurice Parker 2020-10-28 19:26:16 -05:00
parent 0499952b45
commit a604003c89
1 changed files with 0 additions and 6 deletions

View File

@ -51,14 +51,8 @@ extension AccountType {
return NSLocalizedString("NewsBlur", comment: "Account name")
case .theOldReader:
return NSLocalizedString("The Old Reader", comment: "Account name")
default:
return ""
}
}
}