summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-19 00:37:18 +0000
committerDavid Robillard <d@drobilla.net>2009-02-19 00:37:18 +0000
commit6b8c6128cbd20b40f925d37c0c92962fb9b4bd5b (patch)
tree60cead3ddf7746799ba910f005b1fe94bd5ee9c2 /gtk2_ardour/automation_time_axis.h
parent2e1332f74f803a1be4c8bb4911266aef4b63f145 (diff)
Remove clear button from automation track headers so controller isn't cut off at normal/default track height.
git-svn-id: svn://localhost/ardour2/branches/3.0@4632 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_time_axis.h')
-rw-r--r--gtk2_ardour/automation_time_axis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h
index f3e0e1e50d..fe44c5d2b7 100644
--- a/gtk2_ardour/automation_time_axis.h
+++ b/gtk2_ardour/automation_time_axis.h
@@ -123,7 +123,6 @@ class AutomationTimeAxisView : public TimeAxisView {
bool first_call_to_set_height;
Gtk::Button hide_button;
- Gtk::Button clear_button;
Gtk::Button auto_button;
Gtk::Menu* automation_menu;
Gtk::Label* plugname;