From b92d78553b1889ff5bfbea17b35cf8fda586a062 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 12 Apr 2018 15:59:51 +0200 Subject: Cleanup: don't use Blender structs in iTaSC module. --- intern/itasc/MovingFrame.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'intern/itasc/MovingFrame.hpp') diff --git a/intern/itasc/MovingFrame.hpp b/intern/itasc/MovingFrame.hpp index 719e06b4bf7..2e9c2f64bd6 100644 --- a/intern/itasc/MovingFrame.hpp +++ b/intern/itasc/MovingFrame.hpp @@ -11,12 +11,10 @@ #include "UncontrolledObject.hpp" #include -struct EvaluationContext; namespace iTaSC{ typedef bool (*MovingFrameCallback)( - const struct EvaluationContext *eval_ctx, const Timestamp& timestamp, const Frame& _current, Frame& _next, @@ -30,7 +28,7 @@ public: bool setFrame(const Frame& frame); bool setCallback(MovingFrameCallback _function, void* _param); - virtual void updateCoordinates(const struct EvaluationContext *eval_ctx, const Timestamp& timestamp); + virtual void updateCoordinates(const Timestamp& timestamp); virtual void updateKinematics(const Timestamp& timestamp); virtual void pushCache(const Timestamp& timestamp); virtual void initCache(Cache *_cache); -- cgit v1.2.3