| 16 | //============================================================================== |
| 17 | |
| 18 | LfoEditor::LfoEditor() |
| 19 | { |
| 20 | setWantsKeyboardFocus(true); |
| 21 | } |
| 22 | |
| 23 | LfoEditor::~LfoEditor() {} |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected