X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fgroupclipscommand.h;h=1a8ef7edb190fba30e38c03bec0cf8148c400793;hb=c25ab9b9c4e14e3d3e8b0cfb37868e87152ae8c9;hp=5595a9b541296b56f6519f01f529734539d50235;hpb=c42a026234a44a2d766e57bc64a6ac7bbd094000;p=kdenlive diff --git a/src/groupclipscommand.h b/src/groupclipscommand.h index 5595a9b5..1a8ef7ed 100644 --- a/src/groupclipscommand.h +++ b/src/groupclipscommand.h @@ -34,7 +34,7 @@ class CustomTrackView; class GroupClipsCommand : public QUndoCommand { public: - GroupClipsCommand(CustomTrackView *view, const QList clipInfos, const QList transitionInfos, bool group, bool doIt, QUndoCommand * parent = 0); + GroupClipsCommand(CustomTrackView *view, const QList clipInfos, const QList transitionInfos, bool group, QUndoCommand * parent = 0); virtual void undo(); virtual void redo(); @@ -42,7 +42,6 @@ private: CustomTrackView *m_view; const QList m_clips; const QList m_transitions; - bool m_doIt; bool m_group; };