13
0

Remove no-longer-required search path hack.

git-svn-id: svn://localhost/ardour2/branches/3.0@10639 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-16 00:42:29 +00:00
parent e1905ccbf6
commit 7736879a3e

View File

@ -63,11 +63,7 @@ PannerManager::discover_panners ()
{
vector<sys::path> panner_modules;
/* We reject symlinked panner .so files below, so we must find the unlinked
(versioned) names here.
*/
Glib::PatternSpec so_extension_pattern("*.so*");
Glib::PatternSpec so_extension_pattern("*.so");
Glib::PatternSpec dylib_extension_pattern("*.dylib");
find_matching_files_in_search_path (panner_search_path (),