]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Spacer tool can now remove space too
[kdenlive] / src / renderer.h
index d4b712af1358f068a806dd9e271cd10cf136b9db..b0f019da7fb3ef3259ef36dae7e857f7083c5c33 100644 (file)
@@ -150,7 +150,7 @@ Q_OBJECT public:
     void mltInsertClip(ItemInfo info, QDomElement element, Mlt::Producer *prod);
     void mltUpdateClip(ItemInfo info, QDomElement element, Mlt::Producer *prod);
     void mltCutClip(int track, GenTime position);
-    void mltInsertSpace(const GenTime pos, int track, const GenTime duration, bool add);
+    void mltInsertSpace(const GenTime pos, int track, const GenTime duration);
     bool mltResizeClipEnd(ItemInfo info, GenTime clipDuration);
     bool mltResizeClipStart(ItemInfo info, GenTime diff);
     bool mltMoveClip(int startTrack, int endTrack, GenTime pos, GenTime moveStart, Mlt::Producer *prod);