exclude AU factory presets from favorite list

This commit is contained in:
Robin Gareus
2016-01-08 21:13:03 +01:00
parent b3a1ea664e
commit 7623b4bea0

View File

@@ -2422,6 +2422,7 @@ AUPluginInfo::get_presets(Session& session)
}
}
#if 0 // don't include factory presets in the sidebar, for now
// factory presets
CFArrayRef presets;
@@ -2454,6 +2455,8 @@ AUPluginInfo::get_presets(Session& session)
}
CFRelease (presets);
unit->Uninitialize ();
#endif // factory presets
#endif // NO_PLUGIN_STATE
return p;
}