Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Feb 28, 2018
1 parent c61c146 commit 956cf86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/animate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ function animate(vis::MechanismVisualizer,
t == tf && break
end max_rate = fps
end

animate(mechanism::Mechanism, times::Vector{Float64},
configurations::Vector{Vector{Float64}}; kw...) =
animate(MechanismVisualizer(mechanism), times, configurations; kw...)

0 comments on commit 956cf86

Please sign in to comment.