mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Remove unused variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@5218 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4e1b693ce7
commit
6bebecb1d1
3 changed files with 0 additions and 10 deletions
|
|
@ -190,8 +190,6 @@ AutomationTimeAxisView::AutomationTimeAxisView (Session& s, boost::shared_ptr<Ro
|
|||
controls_base_unselected_name = X_("AutomationTrackControlsBase");
|
||||
controls_ebox.set_name (controls_base_unselected_name);
|
||||
|
||||
controls_frame.set_shadow_type (Gtk::SHADOW_ETCHED_OUT);
|
||||
|
||||
XMLNode* xml_node = get_parent_with_state()->get_automation_child_xml_node (
|
||||
_control->parameter());
|
||||
|
||||
|
|
|
|||
|
|
@ -175,11 +175,6 @@ TimeAxisView::TimeAxisView (ARDOUR::Session& sess, PublicEditor& ed, TimeAxisVie
|
|||
controls_hbox.pack_start (controls_ebox,true,true);
|
||||
controls_hbox.show ();
|
||||
|
||||
// controls_frame.add (controls_hbox);
|
||||
// controls_frame.set_name ("TimeAxisViewControlsBaseUnselected");
|
||||
// controls_vbox.set_name ("TimeAxisViewControlsBaseUnselected");
|
||||
// controls_frame.set_shadow_type (Gtk::SHADOW_ETCHED_OUT);
|
||||
|
||||
ColorsChanged.connect (mem_fun (*this, &TimeAxisView::color_handler));
|
||||
}
|
||||
|
||||
|
|
@ -355,7 +350,6 @@ TimeAxisView::hide ()
|
|||
|
||||
_canvas_display->hide ();
|
||||
_canvas_background->hide ();
|
||||
controls_frame.hide ();
|
||||
|
||||
if (control_parent) {
|
||||
control_parent->remove (controls_hbox);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue