summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-09-28 16:22:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-09-28 16:22:43 +0000
commit3db47e694c45af1c0144b325da57e09e72ac0240 (patch)
treebde49cdd15e066801c3bcbc3533977167d9eb90d /gtk2_ardour/audio_time_axis.h
parent8e13f13826db95e5d5578b61218f38974fd8ff7b (diff)
incomplete work on mixer window treeview port
git-svn-id: svn://localhost/trunk/ardour2@45 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_time_axis.h')
-rw-r--r--gtk2_ardour/audio_time_axis.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk2_ardour/audio_time_axis.h b/gtk2_ardour/audio_time_axis.h
index 052f0bba82..c3106d8e50 100644
--- a/gtk2_ardour/audio_time_axis.h
+++ b/gtk2_ardour/audio_time_axis.h
@@ -151,22 +151,6 @@ class AudioTimeAxisView : public RouteUI, public TimeAxisView
gint edit_click (GdkEventButton *);
- /* Redirect handling */
-
- ArdourDialog redirect_window;
- Gtk::CList redirect_display;
- Gtk::Button redirect_add_button;
- Gtk::Button redirect_remove_button;
- Gtk::Button redirect_up_button;
- Gtk::Button redirect_down_button;
- Gtk::Button redirect_edit_button;
- Gtk::HBox redirect_button_box;
- Gtk::VBox redirect_vpacker;
- Gtk::HBox redirect_display_hpacker;
-
- int redirect_selected_row;
-
-
// variables to get the context menu
// automation buttons correctly initialized
bool show_gain_automation;