don't let auditioning make transport buttons inaccessible; delete/rename snapshots...
[ardour.git] / libs / ardour / ardour / session.h
index 6324dd52785a76a8a24950dc214d6d10a3156238..a14daa448525c0964a3f2eefcf4924b4533d63f3 100644 (file)
@@ -411,6 +411,8 @@ class Session : public PBD::StatefulDestructible
        int save_template (string template_name);
         int save_history (string snapshot_name = "");
         int restore_history (string snapshot_name);
+       void remove_state (string snapshot_name);
+       void rename_state (string old_name, string new_name);
 
        static int rename_template (string old_name, string new_name);