summaryrefslogtreecommitdiff
path: root/muse2/muse/song.cpp
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2012-10-09 20:04:43 +0000
committerTim E. Real <termtech@rogers.com>2012-10-09 20:04:43 +0000
commit0368494d2ba85b24da193512972ccfeada99cf52 (patch)
treefff25f5a6aecdd722c98a938fa9b03f1fec9febc /muse2/muse/song.cpp
parentc5e6b8cfa9d8615a32ce2aad28f4d091482be91d (diff)
!!! Song type is now removed !!! : See ChangeLog
Diffstat (limited to 'muse2/muse/song.cpp')
-rw-r--r--muse2/muse/song.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/muse2/muse/song.cpp b/muse2/muse/song.cpp
index 026ec1a9..000bbec3 100644
--- a/muse2/muse/song.cpp
+++ b/muse2/muse/song.cpp
@@ -1583,12 +1583,6 @@ PartList* Song::getSelectedWaveParts() const
return parts;
}
-void Song::setMType(MType t)
- {
- _mtype = t;
- MusEGlobal::song->update(SC_SONG_TYPE);
- }
-
//---------------------------------------------------------
// beat
//---------------------------------------------------------
@@ -2129,8 +2123,6 @@ void Song::clear(bool signal, bool clear_all)
punchoutFlag = false;
recordFlag = false;
soloFlag = false;
- // seq
- _mtype = MT_UNKNOWN;
_recMode = REC_OVERDUP;
_cycleMode = CYCLE_NORMAL;
_click = false;