diff --git a/src/processor_motion.h b/src/processor_motion.h
index 2f88d71a9c936c77eafb86668281b241ddb4e4d1..3ca6aba0c0a022a6173c9f2a5d4c25ba02593e16 100644
--- a/src/processor_motion.h
+++ b/src/processor_motion.h
@@ -123,7 +123,6 @@ class ProcessorMotion : public ProcessorBase
 
         // Instructions to the processor:
 
-        void process2(CaptureBasePtr _incoming_ptr);
         void process(CaptureBasePtr _incoming_ptr);
         virtual void resetDerived();
 
@@ -399,9 +398,9 @@ class ProcessorMotion : public ProcessorBase
         Motion motionZero(const TimeStamp& _ts);
 
     public:
-        virtual CaptureMotionPtr getOriginPtr();
-        virtual CaptureMotionPtr getLastPtr();
-        virtual CaptureMotionPtr getIncomingPtr();
+        CaptureMotionPtr getOriginPtr();
+        CaptureMotionPtr getLastPtr();
+        CaptureMotionPtr getIncomingPtr();
 
 
     protected: