mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Remove mention of plugin groups flag
Since there's no reason for this to be behind a flag.
This commit is contained in:
@@ -67,6 +67,5 @@ Configuration Configuration::load_for(const fs::path& yabridge_path) {
|
||||
return Configuration();
|
||||
}
|
||||
|
||||
// TODO: Disable plugin groups when not compiling with plugin group support
|
||||
return Configuration(config_file.value(), yabridge_path);
|
||||
}
|
||||
|
||||
@@ -676,7 +676,6 @@ void PluginBridge::log_init_message() {
|
||||
|
||||
// Include a list of enabled compile-tiem features, mostly to make debug
|
||||
// logs more useful
|
||||
// TODO: Add a feature flag for the plugin group support
|
||||
init_msg << "Enabled features:" << std::endl;
|
||||
#ifdef USE_BITBRIDGE
|
||||
init_msg << "- bitbridge support" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user