summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/crossfade_view.h')
-rw-r--r--gtk2_ardour/crossfade_view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/crossfade_view.h b/gtk2_ardour/crossfade_view.h
index 75544f50a9..d984f5d295 100644
--- a/gtk2_ardour/crossfade_view.h
+++ b/gtk2_ardour/crossfade_view.h
@@ -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 ();