Remove some unused stuff.
git-svn-id: svn://localhost/ardour2/branches/3.0@11100 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -253,16 +253,6 @@ CrossfadeView::set_valid (bool yn)
|
||||
_valid = yn;
|
||||
}
|
||||
|
||||
AudioRegionView&
|
||||
CrossfadeView::upper_regionview () const
|
||||
{
|
||||
if (left_view.region()->layer() > right_view.region()->layer()) {
|
||||
return left_view;
|
||||
} else {
|
||||
return right_view;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
CrossfadeView::show ()
|
||||
{
|
||||
|
||||
@@ -56,8 +56,6 @@ public:
|
||||
|
||||
static PBD::Signal1<void,CrossfadeView*> CatchDeletion;
|
||||
|
||||
AudioRegionView& upper_regionview () const;
|
||||
|
||||
void fake_hide ();
|
||||
void hide ();
|
||||
void show ();
|
||||
@@ -73,7 +71,6 @@ private:
|
||||
|
||||
ArdourCanvas::Line *fade_in;
|
||||
ArdourCanvas::Line *fade_out;
|
||||
ArdourCanvas::Item *active_button;
|
||||
|
||||
void crossfade_changed (const PBD::PropertyChange&);
|
||||
void crossfade_fades_changed ();
|
||||
|
||||
Reference in New Issue
Block a user