[Summary] Fix bug. Allow to add tracks on Enter press. Deleted unnecessary functions.

[Reviewed] VKamyshniy
This commit is contained in:
Nikolay 2014-12-17 13:13:10 +02:00
parent e2cab0c884
commit 1d17bd3321
3 changed files with 3 additions and 21 deletions

View file

@ -38,10 +38,6 @@ public:
ARDOUR::ChanCount input_channels ();
void on_show ();
protected:
void on_enter_pressed ();
void on_esc_pressed ();
private:
WavesButton& _decrement_button;
WavesButton& _increment_button;