summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-19 21:08:00 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-19 21:08:00 +0000
commit6bebecb1d10625b47663ff3fc9032b9a02932f09 (patch)
tree47fe2de1687547bdcd59735b799eac76c05a43b7 /gtk2_ardour/time_axis_view.h
parent4e1b693ce7b526e0170a16e62749f09a441f6cec (diff)
Remove unused variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@5218 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index f5d5c08ef0..9ea6c91b07 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -219,9 +219,7 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
protected:
/* The Standard LHS Controls */
- Gtk::Frame controls_frame;
Gtk::HBox controls_hbox;
- Gtk::EventBox controls_lhs_pad;
Gtk::Table controls_table;
Gtk::EventBox controls_ebox;
Gtk::VBox controls_vbox;