From 34c67ba85403fc0e785e2bf135581cd9ed8a3cd4 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 10 Mar 2014 15:59:12 +0000 Subject: Move 'template_search_path()' and 'route_template_search_path()' into 'libs/ardour/search_paths.cc' --- libs/ardour/search_paths.cc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'libs/ardour/search_paths.cc') diff --git a/libs/ardour/search_paths.cc b/libs/ardour/search_paths.cc index 09227f6347..0efcce6451 100644 --- a/libs/ardour/search_paths.cc +++ b/libs/ardour/search_paths.cc @@ -147,6 +147,22 @@ panner_search_path () return spath; } +Searchpath +template_search_path () +{ + Searchpath spath (ardour_data_search_path()); + spath.add_subdirectory_to_paths(templates_dir_name); + return spath; +} + +Searchpath +route_template_search_path () +{ + Searchpath spath (ardour_data_search_path()); + spath.add_subdirectory_to_paths(route_templates_dir_name); + return spath; +} + #ifdef PLATFORM_WINDOWS const char* -- cgit v1.2.3