Remove unreachable default compiler warning

This commit is contained in:
Maurice Parker 2020-11-03 10:09:13 -06:00
parent 0023c164f2
commit c307b32c02
1 changed files with 0 additions and 2 deletions

View File

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