summaryrefslogtreecommitdiff
path: root/muse2/muse/song.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2013-08-10 17:22:58 +0200
committerFlorian Jung <flo@windfisch.org>2013-08-10 17:22:58 +0200
commitcf5765018e4b742bbf490cf9fd57757bfb921f83 (patch)
treeac6755ee9f4358f39bb2214121c9f36b1669c79b /muse2/muse/song.h
parentd51caef570ef25b97b9b4687bd870a5afcc623ec (diff)
removed ModifyPart/changePart. Replaced with ModifyPartLength etc.
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r--muse2/muse/song.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/muse2/muse/song.h b/muse2/muse/song.h
index f6b1403d..909e54fc 100644
--- a/muse2/muse/song.h
+++ b/muse2/muse/song.h
@@ -298,12 +298,10 @@ class Song : public QObject {
void addPart(Part* part);
void removePart(Part* part);
- void changePart(Part*, Part*);
PartList* getSelectedMidiParts() const;
PartList* getSelectedWaveParts() const;
bool msgRemoveParts();
- void cmdChangePart(Part* oldPart, Part* newPart, bool doCtrls, bool doClones);
void cmdRemovePart(Part* part);
void cmdAddPart(Part* part);
int arrangerRaster() { return _arrangerRaster; } // Used by Song::cmdAddRecordedWave to snap new wave parts