summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/recent_sessions.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-07-18 17:08:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-07-18 17:08:50 +0000
commit34c05a7903e87a2b5d83d36b8af783499d3ce682 (patch)
treee71d2187e1471fdcf7cfd4df8587da9250297e07 /libs/ardour/ardour/recent_sessions.h
parent5d8cf171212cb2de6e82ca329f8d19313fa7db07 (diff)
when renaming, remove old session and add new session name from/to recent sessions list
git-svn-id: svn://localhost/ardour2/branches/3.0@9894 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/recent_sessions.h')
-rw-r--r--libs/ardour/ardour/recent_sessions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/recent_sessions.h b/libs/ardour/ardour/recent_sessions.h
index e6d2f83bcc..2951496849 100644
--- a/libs/ardour/ardour/recent_sessions.h
+++ b/libs/ardour/ardour/recent_sessions.h
@@ -30,6 +30,7 @@ namespace ARDOUR {
int read_recent_sessions (RecentSessions& rs);
int store_recent_sessions (std::string name, std::string path);
int write_recent_sessions (RecentSessions& rs);
+ int remove_recent_sessions (const std::string& path);
}; // namespace ARDOUR
#endif // __ardour_recent_sessions_h__