mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
OSCReceiver demo app: removed superfluous member variable from MainComponent.
This commit is contained in:
parent
fc32cda3c1
commit
6f7f97607d
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ private:
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
Slider rotaryKnob;
|
Slider rotaryKnob;
|
||||||
OSCSender sender;
|
|
||||||
|
|
||||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MainContentComponent)
|
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MainContentComponent)
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue