]> git.sesse.net Git - kdenlive/blobdiff - src/groupclipscommand.h
Fix regression introduced by document validation changes (document profile was not...
[kdenlive] / src / groupclipscommand.h
index 5595a9b541296b56f6519f01f529734539d50235..1a8ef7edb190fba30e38c03bec0cf8148c400793 100644 (file)
@@ -34,7 +34,7 @@ class CustomTrackView;
 class GroupClipsCommand : public QUndoCommand
 {
 public:
-    GroupClipsCommand(CustomTrackView *view, const QList <ItemInfo> clipInfos, const QList <ItemInfo> transitionInfos, bool group, bool doIt, QUndoCommand * parent = 0);
+    GroupClipsCommand(CustomTrackView *view, const QList <ItemInfo> clipInfos, const QList <ItemInfo> transitionInfos, bool group, QUndoCommand * parent = 0);
     virtual void undo();
     virtual void redo();
 
@@ -42,7 +42,6 @@ private:
     CustomTrackView *m_view;
     const QList <ItemInfo> m_clips;
     const QList <ItemInfo> m_transitions;
-    bool m_doIt;
     bool m_group;
 };