Revert "no bundled content for Ardour"

this was a mistake.

This reverts commit 9662e6eac0.
This commit is contained in:
Paul Davis 2022-10-04 10:16:15 -06:00
parent a23e137723
commit b40179854a

View File

@ -358,14 +358,8 @@ display_name (std::string const& dir) {
std::string type;
if (root->get_property ("type", type)) {
if (type == "bundled") {
#ifdef MIXBUS
/* Ardour has no bundled content */
return string_compose (_("%1 Bundled Content"), PROGRAM_NAME);
#else
return std::string();
#endif
}
}
#if ENABLE_NLS
if (ARDOUR::translations_are_enabled ()) {