Skip to content

Commit 9ab4359

Browse files
chore: remove unused dictionary
1 parent 77000bb commit 9ab4359

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugin/ios/Plugin/OSBarcodeError.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ enum OSBarcodeError: Int, CustomNSError, LocalizedError {
2727
return "OS-PLUG-BARC-\(String(format: "%04d", self.rawValue))"
2828
}
2929

30-
var errorDictionary: [String: String] {
31-
[
32-
OSBarcodeErrorLabels.code: "\(OSBarcodeErrorLabels.codeFormat)\(String(format: "%04d", self.rawValue))",
33-
OSBarcodeErrorLabels.message: self.errorDescription ?? ""
34-
]
35-
}
3630
}

0 commit comments

Comments
 (0)