Amend d61efbee3 - remove check for Mixbus

This commit is contained in:
Nikolaus Gullotta 2019-02-26 09:45:58 -06:00
parent d61efbee3e
commit 711965b1a9

View File

@ -2411,15 +2411,13 @@ Route::state (bool save_template)
XMLNode *node = new XMLNode("Route");
ProcessorList::iterator i;
#ifdef MIXBUS
if(save_template) {
XMLNode* child = node->add_child("ProgramVersion");
child->set_property("created-with", _session.created_with);
std::string modified_with = string_compose ("%1 %2", PROGRAM_NAME, revision);
child->set_property("modified-with", modified_with);
}
#endif
}
node->set_property (X_("id"), id ());
node->set_property (X_("name"), name());