mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Removed an unused struct
This commit is contained in:
parent
6d8dec34bd
commit
fccd229469
1 changed files with 0 additions and 4 deletions
|
|
@ -27,8 +27,6 @@
|
|||
namespace juce
|
||||
{
|
||||
|
||||
struct PluginBusUtilities;
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
Base class for audio processing classes or plugins.
|
||||
|
|
@ -1514,8 +1512,6 @@ protected:
|
|||
BusProperties& outNewBusProperties);
|
||||
|
||||
//==============================================================================
|
||||
friend struct PluginBusUtilities;
|
||||
|
||||
/** @internal */
|
||||
AudioPlayHead* playHead = nullptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue