fix cherry-pick logic failure with Session::save_template() - Tracks case already taken care of

This commit is contained in:
Paul Davis 2015-05-08 11:47:12 -04:00
parent 72c7df716d
commit 79759e63f8

View file

@ -2065,8 +2065,6 @@ Session::save_template (string template_name)
copy_files (plugins_dir(), template_plugin_state_path);
}
copy_recurse (plugins_dir(), template_plugin_state_path);
return 0;
}