Skip to content

Commit

Permalink
removed unnecessary functions
Browse files Browse the repository at this point in the history
  • Loading branch information
levous committed Oct 22, 2015
1 parent 10e8033 commit 32f11ee
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Pod/Classes/LiquidFloatingActionButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,6 @@ class CircleLiquidBaseView : ActionBarBaseView {
bigEngine?.draw(baseLiquid!)
}

func updateOpen() {
update()
}

func updateClose() {
update()
}

func differencePoint(cellLength: CGFloat, ratio: CGFloat, i: Int) -> CGPoint {
var adjustedRatio = 1 - ratio

Expand Down Expand Up @@ -468,7 +460,7 @@ class CircleLiquidBaseView : ActionBarBaseView {

func didDisplayRefresh(displayLink: CADisplayLink) {
keyDuration += CGFloat(displayLink.duration)
updateOpen()
update()
}

}
Expand Down

0 comments on commit 32f11ee

Please sign in to comment.