Fix crash when ExportDialog is hidden
[ardour.git] / libs / ardour / export_profile_manager.cc
index 4eb2e62b0b294a07c39595045a21d3c7a2b36d0b..94099faa262aa367d39b1a89da541e5902e4feba 100644 (file)
@@ -633,7 +633,6 @@ ExportProfileManager::save_format_to_disk (ExportFormatSpecPtr format)
                tree.write();
        }
 
-       FormatListChanged ();
        return new_path;
 }