X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fregion_view.cc;h=47d0c38ef91a553d56b87b2be0e4a73afb3ab9b2;hb=49a9fa20a56c6f5607e7bcf209985a67972c3f31;hp=2bbfa4b5f5224d2ea4a7ba5105e5dbd660d92160;hpb=cd053f804298a4e359c1b594d2497227090aed61;p=ardour.git diff --git a/gtk2_ardour/region_view.cc b/gtk2_ardour/region_view.cc index 2bbfa4b5f5..47d0c38ef9 100644 --- a/gtk2_ardour/region_view.cc +++ b/gtk2_ardour/region_view.cc @@ -75,7 +75,6 @@ RegionView::RegionView (ArdourCanvas::Group* parent, , current_visible_sync_position(0.0) , valid(false) , _pixel_width(1.0) - , _height(1.0) , in_destructor(false) , wait_for_data(false) { @@ -90,7 +89,6 @@ RegionView::RegionView (const RegionView& other) current_visible_sync_position = other.current_visible_sync_position; valid = false; _pixel_width = other._pixel_width; - _height = other._height; } RegionView::RegionView (const RegionView& other, boost::shared_ptr other_region) @@ -106,7 +104,6 @@ RegionView::RegionView (const RegionView& other, boost::shared_ptr other current_visible_sync_position = other.current_visible_sync_position; valid = false; _pixel_width = other._pixel_width; - _height = other._height; } RegionView::RegionView (ArdourCanvas::Group* parent, @@ -124,7 +121,6 @@ RegionView::RegionView (ArdourCanvas::Group* parent, , current_visible_sync_position(0.0) , valid(false) , _pixel_width(1.0) - , _height(1.0) , in_destructor(false) , wait_for_data(false) { @@ -136,7 +132,6 @@ RegionView::init (Gdk::Color& basic_color, bool wfd) editor = 0; valid = true; in_destructor = false; - _height = 0; wait_for_data = wfd; sync_mark = 0; sync_line = 0;