Skip to content

Commit

Permalink
Remove temporary typealiases in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Nov 23, 2020
1 parent 41b3afa commit a726b21
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/core/misc/objc/test/swift/OpenCVTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
import XCTest
import OpenCV

// TODO: these typealiases can be removed once xcframework is recompiled
typealias Rect = Rect2i
typealias Point = Point2i
typealias Size = Size2i

enum OpenCVTestError: Error {
case unsupportedOperationError(String)
}
Expand Down

0 comments on commit a726b21

Please sign in to comment.