diff options
Diffstat (limited to 'plugin/drumgizmo_plugin.h')
-rw-r--r-- | plugin/drumgizmo_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index 14189c9..4a905d6 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -65,8 +65,6 @@ public: DrumGizmoPlugin(); #endif - void onFreeWheelChange(bool freewheel) override; - void onFramesizeChange(size_t framesize) override; void onSamplerateChange(float samplerate) override; |