Remove some unused stuff.

git-svn-id: svn://localhost/ardour2/branches/3.0@11100 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2011-12-28 02:34:22 +00:00
parent 9e785781f2
commit 67914e4fc7
2 changed files with 0 additions and 13 deletions

View File

@@ -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 ()
{

View File

@@ -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 ();