mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-20 21:40:43 +01:00
Delete unused parameters (dead code)
This commit is contained in:
parent
20388eff46
commit
c47fee2384
@ -99,7 +99,7 @@ public final class AccountManager: UnreadCountProvider {
|
||||
|
||||
// MARK: API
|
||||
|
||||
public func createAccount(type: AccountType, username: String? = nil, password: String? = nil) -> Account {
|
||||
public func createAccount(type: AccountType) -> Account {
|
||||
|
||||
let accountID = UUID().uuidString
|
||||
let accountFolder = (accountsFolder as NSString).appendingPathComponent("\(type.rawValue)_\(accountID)")
|
||||
|
Loading…
Reference in New Issue
Block a user