mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Remove ncAccount usages removed in NCFPK API
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
40ad6a2aa8
commit
1283284572
1 changed files with 0 additions and 3 deletions
|
@ -221,7 +221,6 @@ import OSLog
|
||||||
request: request,
|
request: request,
|
||||||
domain: self.domain,
|
domain: self.domain,
|
||||||
remoteInterface: ncKit,
|
remoteInterface: ncKit,
|
||||||
ncAccount: ncAccount,
|
|
||||||
progress: progress
|
progress: progress
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -294,7 +293,6 @@ import OSLog
|
||||||
contents: newContents,
|
contents: newContents,
|
||||||
options: options,
|
options: options,
|
||||||
request: request,
|
request: request,
|
||||||
ncAccount: ncAccount,
|
|
||||||
domain: domain,
|
domain: domain,
|
||||||
progress: progress
|
progress: progress
|
||||||
)
|
)
|
||||||
|
@ -370,7 +368,6 @@ import OSLog
|
||||||
|
|
||||||
return Enumerator(
|
return Enumerator(
|
||||||
enumeratedItemIdentifier: containerItemIdentifier,
|
enumeratedItemIdentifier: containerItemIdentifier,
|
||||||
ncAccount: ncAccount,
|
|
||||||
remoteInterface: ncKit,
|
remoteInterface: ncKit,
|
||||||
domain: domain,
|
domain: domain,
|
||||||
fastEnumeration: config.fastEnumerationEnabled,
|
fastEnumeration: config.fastEnumerationEnabled,
|
||||||
|
|
Loading…
Reference in a new issue