Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Data/NCManageDatabase.swift')
-rw-r--r--iOSClient/Data/NCManageDatabase.swift8
1 files changed, 0 insertions, 8 deletions
diff --git a/iOSClient/Data/NCManageDatabase.swift b/iOSClient/Data/NCManageDatabase.swift
index c63cd2c4b..dcfa25699 100644
--- a/iOSClient/Data/NCManageDatabase.swift
+++ b/iOSClient/Data/NCManageDatabase.swift
@@ -641,10 +641,6 @@ class NCManageDatabase: NSObject {
// MARK: -
// MARK: Table Directory
- @objc func copyObject(directory: tableDirectory) -> tableDirectory {
- return tableDirectory.init(value: directory)
- }
-
@objc func addDirectory(encrypted: Bool, favorite: Bool, ocId: String, fileId: String, etag: String? = nil, permissions: String? = nil, serverUrl: String, account: String) {
let realm = try! Realm()
@@ -1078,10 +1074,6 @@ class NCManageDatabase: NSObject {
// MARK: -
// MARK: Table LocalFile
- @objc func copyObject(localFile: tableLocalFile) -> tableLocalFile {
- return tableLocalFile.init(value: localFile)
- }
-
func addLocalFile(metadata: tableMetadata) {
let realm = try! Realm()