Remove default constructor for Vst3PluginInstance

Seems weird to need this specifically so we can use the map overload
that creates a new instance when the key doesn't exist in the map. This
seems safer.
This commit is contained in:
Robbert van der Helm
2021-07-05 14:35:44 +02:00
parent e25231c2d2
commit 4c24baa3d2
2 changed files with 149 additions and 149 deletions
-2
View File
@@ -61,8 +61,6 @@ struct Vst3PlugViewInterfaces {
* `IPluginBase::initialize()`.
*/
struct Vst3PluginInstance {
Vst3PluginInstance() noexcept;
Vst3PluginInstance(Steinberg::IPtr<Steinberg::FUnknown> object) noexcept;
/**