| 243 | } |
| 244 | |
| 245 | NeuralNoteMainView::~NeuralNoteMainView() |
| 246 | { |
| 247 | mProcessor.removeListenerFromStateValueTree(this); |
| 248 | LookAndFeel::setDefaultLookAndFeel(nullptr); |
| 249 | } |
| 250 | |
| 251 | void NeuralNoteMainView::resized() |
| 252 | { |
nothing calls this directly
no test coverage detected