From ed626628b54e67dd9621c08d82a42afaed00c7ac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Jun 2011 17:00:29 +0000 Subject: Delete trailing whitespace git-svn-id: svn://localhost/ardour2/branches/3.0@9656 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/crossfade_view.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'gtk2_ardour/crossfade_view.h') diff --git a/gtk2_ardour/crossfade_view.h b/gtk2_ardour/crossfade_view.h index c283a92b62..75544f50a9 100644 --- a/gtk2_ardour/crossfade_view.h +++ b/gtk2_ardour/crossfade_view.h @@ -40,41 +40,41 @@ public: Gdk::Color& basic_color, AudioRegionView& leftview, AudioRegionView& rightview); - + ~CrossfadeView (); boost::shared_ptr crossfade; // ok, let 'em have it AudioRegionView& left_view; // and these too AudioRegionView& right_view; - + void set_height (double); - + bool valid() const { return _valid; } bool visible() const { return _visible; } void set_valid (bool yn); - + static PBD::Signal1 CatchDeletion; - + AudioRegionView& upper_regionview () const; - + void fake_hide (); void hide (); void show (); void horizontal_position_changed (); - + protected: void reset_width_dependent_items (double pixel_width); - + private: bool _valid; bool _visible; - bool _all_in_view; - + bool _all_in_view; + ArdourCanvas::Line *fade_in; ArdourCanvas::Line *fade_out; ArdourCanvas::Item *active_button; - + void crossfade_changed (const PBD::PropertyChange&); void crossfade_fades_changed (); void active_changed (); -- cgit v1.2.3