]> git.sesse.net Git - kdenlive/blobdiff - src/abstractclipitem.h
Several fixes for keyframes, fix bug in clip resize start undo and cleanup
[kdenlive] / src / abstractclipitem.h
index 231cf94659701b2885c08cc65f632d551196b30b..f2b3afdba2ac7349de7a919767218f821cbdcb90 100644 (file)
@@ -55,7 +55,7 @@ public:
     virtual GenTime cropStart() const ;
     virtual GenTime cropDuration() const ;
     virtual void resizeStart(int posx, double speed = 1.0);
-    virtual void resizeEnd(int posx, double speed = 1.0, bool updateKeyFrames = true);
+    virtual void resizeEnd(int posx, double speed = 1.0);
     virtual double fps() const;
     virtual GenTime maxDuration() const;
     virtual void setCropStart(GenTime pos);