Remove unused Session::template_path method
authorTim Mayberry <mojofunk@gmail.com>
Sun, 17 Jun 2007 00:52:39 +0000 (00:52 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Sun, 17 Jun 2007 00:52:39 +0000 (00:52 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2014 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/session.h
libs/ardour/session_state.cc

index 136822ad48d1f5dd995532230f0b40651b9ff5da..0da913d8a2daa3675da27d426274bf8101624774 100644 (file)
@@ -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_path ();
        static string template_dir ();
        
        static string change_audio_path_by_name (string oldpath, string oldname, string newname, bool destructive);
index ea53a696d1805614e2a28009ff7bff85d2cdb3ec..9b1c934a8bb97f687037fb522e4af265134db0d5 100644 (file)
@@ -1901,12 +1901,6 @@ Session::suffixed_search_path (string suffix, bool data)
        return path;
 }
 
-string
-Session::template_path ()
-{
-       return suffixed_search_path (templates_dir_name, true);
-}
-
 string
 Session::control_protocol_path ()
 {