| 62 | } |
| 63 | |
| 64 | PluginEditor::~PluginEditor() { |
| 65 | base_.getPanelValueTree().removeListener(this); |
| 66 | vblank_.reset(); |
| 67 | stopTimer(); |
| 68 | p_ref_.getController().setEditorON(false); |
| 69 | } |
| 70 | |
| 71 | void PluginEditor::paint(juce::Graphics& g) { |
| 72 | juce::ignoreUnused(g); |
nothing calls this directly
no test coverage detected