diff options
Diffstat (limited to 'src/gui/PatchCanvas.hpp')
-rw-r--r-- | src/gui/PatchCanvas.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/PatchCanvas.hpp b/src/gui/PatchCanvas.hpp index c0dfe8d8..6da98b85 100644 --- a/src/gui/PatchCanvas.hpp +++ b/src/gui/PatchCanvas.hpp @@ -88,11 +88,10 @@ public: void destroy_selection(); void copy_selection(); void paste(); - void select_all(); void show_menu(bool position, unsigned button, uint32_t time); - bool canvas_event(GdkEvent* event); + bool on_event(GdkEvent* event); private: enum ControlType { NUMBER, BUTTON }; |