summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-07 01:11:31 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-07 01:11:31 +0000
commit8057a347786cfe4ebb1af157dee5454fe561f5e3 (patch)
treecb933f162dcdbc7412ffceb059ae8b69f4ccb56c /gtk2_ardour/crossfade_view.h
parent8e22163b6f7d94b67901d4ebcf99dda28807771f (diff)
Fix crossfade height in stacked mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@6868 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/crossfade_view.h')
-rw-r--r--gtk2_ardour/crossfade_view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/crossfade_view.h b/gtk2_ardour/crossfade_view.h
index 610fa92e0e..6bda06999d 100644
--- a/gtk2_ardour/crossfade_view.h
+++ b/gtk2_ardour/crossfade_view.h
@@ -67,10 +67,6 @@ struct CrossfadeView : public TimeAxisViewItem
bool _valid;
bool _visible;
- double spu;
- double _height;
-
- ArdourCanvas::Item *overlap_rect;
ArdourCanvas::Line *fade_in;
ArdourCanvas::Line *fade_out;
ArdourCanvas::Item *active_button;