From cc422924456d998ecb15b6035083ffb9af21b2c5 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 17 Jun 2007 00:53:33 +0000 Subject: [PATCH] Remove unused method Session::template_dir git-svn-id: svn://localhost/ardour2/trunk@2022 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/session.h | 1 - libs/ardour/session_state.cc | 9 --------- 2 files changed, 10 deletions(-) diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 5697eef683..685e7f2284 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -263,7 +263,6 @@ class Session : public PBD::StatefulDestructible static string suffixed_search_path (std::string suffix, bool data); static string control_protocol_path (); - static string template_dir (); static string change_audio_path_by_name (string oldpath, string oldname, string newname, bool destructive); static string change_midi_path_by_name (string oldpath, string oldname, string newname, bool destructive); diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 0fe68b1831..5ddcb86cdc 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -1839,15 +1839,6 @@ Session::automation_dir () const return res; } -string -Session::template_dir () -{ - string path = get_user_ardour_path(); - path += "templates/"; - - return path; -} - string Session::suffixed_search_path (string suffix, bool data) {