summaryrefslogtreecommitdiff
path: root/libs/pbd/undo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-02 00:00:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-02 00:00:00 +0000
commitdb8b575c30845bafc34b87bacd52129c95d1c478 (patch)
tree7a521b7795cc6cc4e41d717a0feabd1aefb83e1f /libs/pbd/undo.cc
parent3540594dc53137eb9e857f9e3c1309382a6d7bef (diff)
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
git-svn-id: svn://localhost/ardour2/branches/3.0@6718 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/undo.cc')
-rw-r--r--libs/pbd/undo.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/pbd/undo.cc b/libs/pbd/undo.cc
index a4042a7e13..a06127926f 100644
--- a/libs/pbd/undo.cc
+++ b/libs/pbd/undo.cc
@@ -309,7 +309,6 @@ UndoHistory::redo (unsigned int n)
timersub (&end, &start, &diff);
cerr << "Redo took " << diff.tv_sec << '.' << diff.tv_usec << endl;
- EndUndoRedo (); /* EMIT SIGNAL */
Changed (); /* EMIT SIGNAL */
}