From a87d7bfe27e7d798bed1c52d6eb00ecbf2506e3c Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Tue, 4 Sep 2007 07:14:50 +0000 Subject: [PATCH] Remove declaration of unused and undefined method in Session class git-svn-id: svn://localhost/ardour2/trunk@2397 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/session.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index d57a0d0a8d..8709fff148 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1547,7 +1547,6 @@ class Session : public PBD::StatefulDestructible uint32_t _total_free_4k_blocks; Glib::Mutex space_lock; - string old_sound_dir (bool with_path = true) const; string get_best_session_directory_for_new_source (); void refresh_disk_space ();