From 956cf86169058e5142ad3c8fa5b30f7e580061ba Mon Sep 17 00:00:00 2001 From: Robin Deits Date: Wed, 28 Feb 2018 01:46:19 -0500 Subject: [PATCH] remove unused method --- src/animate.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/animate.jl b/src/animate.jl index cbc7182..237c2c9 100644 --- a/src/animate.jl +++ b/src/animate.jl @@ -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...)