Skip to content

Commit 784fc97

Browse files
author
Luc Dion
committed
Fix a compilation warning.
1 parent 75ef769 commit 784fc97

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "PinLayout"
11-
s.version = "1.5.5"
11+
s.version = "1.5.6"
1212
s.summary = "Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable."
1313
s.description = "Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable."
1414

Sources/Impl/Coordinates.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class Coordinates {
5454
}
5555

5656
static func center(_ view: UIView) -> CGPoint {
57-
let rect = getUntransformedViewRect(view)
5857
return CGPoint(x: hCenter(view), y: vCenter(view))
5958
}
6059

0 commit comments

Comments
 (0)