summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muse/muse/dssihost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/muse/dssihost.cpp b/muse/muse/dssihost.cpp
index 396286e1..d952d9f5 100644
--- a/muse/muse/dssihost.cpp
+++ b/muse/muse/dssihost.cpp
@@ -956,7 +956,7 @@ void DssiSynthIF::write(int level, Xml& xml) const
xml.nput("\n");
xml.tag(level--, "/event");
xml.etag(level--, "midistate");
- vstsaved = true;
+ //vstsaved = true;
}
}
#else