remove cruft.

periodic save is done with maybe_write_autosave()
This commit is contained in:
Robin Gareus 2014-07-06 14:06:13 +02:00 committed by Paul Davis
parent 37bece765d
commit 153aeb14fc
2 changed files with 0 additions and 7 deletions

View file

@ -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);

View file

@ -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*/)
{