diff options
author | Florian Jung <flo@windfisch.org> | 2011-08-31 17:04:21 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-08-31 17:04:21 +0000 |
commit | de47ea9a35af067cd3602f375174beb9a616c062 (patch) | |
tree | 03a077e3aa6abb54c0280df69518d118cf0e65e0 /muse2/muse/structure.h | |
parent | a7fba3acdfaa382effcc02633708d7cf5a7ec2a4 (diff) |
added "copy in range" function
when pasting, the previously selected parts are now unselected
removed the structure operations "copy range" and "cut event", which were
unimplemented
Diffstat (limited to 'muse2/muse/structure.h')
-rw-r--r-- | muse2/muse/structure.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/muse2/muse/structure.h b/muse2/muse/structure.h index 25cbb94e..955978dc 100644 --- a/muse2/muse/structure.h +++ b/muse2/muse/structure.h @@ -15,7 +15,4 @@ void adjustGlobalLists(Undo& operations, int startPos, int diff); void globalCut(); void globalInsert(); void globalSplit(); -void copyRange(); -void cutEvents(); - #endif |