X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fstreamview.h;h=e7608cb02ca79db26de6f11ce4587f453bcd6622;hb=49d939777056bf388841298e28494dad100d868e;hp=ce7991d2eb78629790131bc0b8bf24a7919e530b;hpb=31d234b48c36bddb4d5228a3abee9c4419403879;p=ardour.git diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h index ce7991d2eb..e7608cb02c 100644 --- a/gtk2_ardour/streamview.h +++ b/gtk2_ardour/streamview.h @@ -75,7 +75,6 @@ public: virtual int set_samples_per_pixel (double); gdouble get_samples_per_pixel () const { return _samples_per_pixel; } - virtual void horizontal_position_changed () {} virtual void enter_internal_edit_mode (); virtual void leave_internal_edit_mode (); @@ -128,7 +127,7 @@ public: sigc::signal ContentsHeightChanged; protected: - StreamView (RouteTimeAxisView&); + StreamView (RouteTimeAxisView&, ArdourCanvas::Group* canvas_group = 0); void transport_changed(); void transport_looped();