mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3: Removed some ancient native host window resizing code from the plug-in wrapper
This commit is contained in:
parent
e8a31171fe
commit
59e70ad82c
1 changed files with 0 additions and 4 deletions
|
|
@ -86,7 +86,6 @@ using namespace Steinberg;
|
|||
|
||||
extern JUCE_API void* attachComponentToWindowRefVST (Component*, void* parentWindowOrView, bool isNSView);
|
||||
extern JUCE_API void detachComponentFromWindowRefVST (Component*, void* nsWindow, bool isNSView);
|
||||
extern JUCE_API void setNativeHostWindowSizeVST (void* window, Component*, int newWidth, int newHeight, bool isNSView);
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -1164,9 +1163,6 @@ private:
|
|||
|
||||
#if JUCE_WINDOWS
|
||||
setSize (w, h);
|
||||
#else
|
||||
if (owner.macHostWindow != nullptr && ! (host.isWavelab() || host.isReaper() || host.isBitwigStudio() || host.isFruityLoops()))
|
||||
juce::setNativeHostWindowSizeVST (owner.macHostWindow, this, w, h, owner.isNSView);
|
||||
#endif
|
||||
|
||||
if (owner.plugFrame != nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue