Revert "Expose PluginInfo index (for VST3 shells)"

This reverts commit 04e5ea0f86.
This commit is contained in:
Robin Gareus
2020-09-23 23:40:33 +02:00
parent 5a15a33839
commit a060c0a2ef

View File

@@ -468,7 +468,6 @@ public:
bool plugintype_name_ambiguity;
std::string unique_id;
uint32_t index; //< used for LADSPA & VST3, index in module
virtual PluginPtr load (Session& session) = 0;
@@ -499,6 +498,7 @@ public:
protected:
friend class PluginManager;
uint32_t index; //< used for LADSPA, index in module
};
} // namespace ARDOUR