Showing
1 changed file
with
0 additions
and
2 deletions
| @@ -10,9 +10,7 @@ enum MobileScannerError: Error { | @@ -10,9 +10,7 @@ enum MobileScannerError: Error { | ||
| 10 | case noCamera | 10 | case noCamera |
| 11 | case alreadyStarted | 11 | case alreadyStarted |
| 12 | case alreadyStopped | 12 | case alreadyStopped |
| 13 | - case torchError(_ error: Error) | ||
| 14 | case cameraError(_ error: Error) | 13 | case cameraError(_ error: Error) |
| 15 | - case torchWhenStopped | ||
| 16 | case zoomWhenStopped | 14 | case zoomWhenStopped |
| 17 | case zoomError(_ error: Error) | 15 | case zoomError(_ error: Error) |
| 18 | case analyzerError(_ error: Error) | 16 | case analyzerError(_ error: Error) |
-
Please register or login to post a comment