summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-28 02:34:22 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-28 02:34:22 +0000
commit67914e4fc7f74d9679d502dd800cb9276a8845b3 (patch)
tree8b986718aa16eb833ae40a16c9ab4ee944378790 /gtk2_ardour/crossfade_view.h
parent9e785781f2057f0f3c1216cb20668842d4b22b24 (diff)
Remove some unused stuff.
git-svn-id: svn://localhost/ardour2/branches/3.0@11100 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 ();