properly handle FS pitch-bend - closes #7140
[ardour.git] / gtk2_ardour / midi_scroomer.h
index 5f758c727d5baab917c0e3eb3558195f0903a3bc..b27c66dbe9a00feba6e3cca52cac6e63589534ac 100644 (file)
@@ -30,7 +30,6 @@ class MidiScroomer : public Gtkmm2ext::Scroomer {
 
        bool on_expose_event(GdkEventExpose*);
        void on_size_request(Gtk::Requisition*);
-       void on_size_allocate(Gtk::Allocation&);
 
        void get_colors(double color[], Component comp);
 };