mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 11:27:45 +01:00
remove cruft.
periodic save is done with maybe_write_autosave()
This commit is contained in:
parent
37bece765d
commit
153aeb14fc
2 changed files with 0 additions and 7 deletions
|
|
@ -1130,7 +1130,6 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
|
|||
gint _suspend_save; /* atomic */
|
||||
volatile bool _save_queued;
|
||||
|
||||
void auto_save();
|
||||
int load_options (const XMLNode&);
|
||||
int load_state (std::string snapshot_name);
|
||||
|
||||
|
|
|
|||
|
|
@ -2285,12 +2285,6 @@ Session::load_route_groups (const XMLNode& node, int version)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
Session::auto_save()
|
||||
{
|
||||
save_state (_current_snapshot_name);
|
||||
}
|
||||
|
||||
static bool
|
||||
state_file_filter (const string &str, void* /*arg*/)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue