mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
ifdef out modified-with check (intended for livetrax)
This commit is contained in:
parent
eeccb813bb
commit
5401f2c3eb
1 changed files with 3 additions and 1 deletions
|
|
@ -1786,9 +1786,11 @@ Session::set_state (const XMLNode& node, int version)
|
|||
child->get_property (X_("created-with"), created_with);
|
||||
|
||||
child->get_property (X_("modified-with"), modified_with);
|
||||
if (modified_with.rfind (PROGRAM_NAME, 0) != 0) {
|
||||
#if 0
|
||||
if (modified_with.rfind (PROGRAM_NAME, 0) != 0) {
|
||||
throw WrongProgram (modified_with);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
setup_raid_path(_session_dir->root_path());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue