Remove dead code to fix compiler warning.
This commit is contained in:
parent
0499952b45
commit
a604003c89
|
@ -51,14 +51,8 @@ extension AccountType {
|
||||||
return NSLocalizedString("NewsBlur", comment: "Account name")
|
return NSLocalizedString("NewsBlur", comment: "Account name")
|
||||||
case .theOldReader:
|
case .theOldReader:
|
||||||
return NSLocalizedString("The Old Reader", comment: "Account name")
|
return NSLocalizedString("The Old Reader", comment: "Account name")
|
||||||
default:
|
|
||||||
return ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue