]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Add / remove track now seems to work, still a few crashes if project monitor was...
[kdenlive] / src / customtrackview.h
index a07d4b8b8297ae583e6b7c8cf8587681a723a910..a95a15b58a3e92c3c4e4b8599072f622ff3e3360 100644 (file)
@@ -52,7 +52,7 @@ public:
     void removeTrack(int ix);
     int cursorPos();
     void checkAutoScroll();
-    void moveClip(const ItemInfo start, const ItemInfo end, bool forceProducer);
+    void moveClip(const ItemInfo start, const ItemInfo end);
     /** move transition, startPos = (old start, old end), endPos = (new start, new end) */
     void moveTransition(const ItemInfo start, const ItemInfo end);
     void resizeClip(const ItemInfo start, const ItemInfo end);