mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
Remove cruft
This commit is contained in:
parent
936f8734b4
commit
07dc5c0fc0
2 changed files with 0 additions and 5 deletions
|
|
@ -523,9 +523,6 @@ Editor::Editor ()
|
|||
/* canvas */
|
||||
edit_packer.attach (*_track_canvas_viewport, 3, 4, 0, 2, FILL|EXPAND, FILL|EXPAND, 0, 0);
|
||||
|
||||
bottom_hbox.set_border_width (2);
|
||||
bottom_hbox.set_spacing (3);
|
||||
|
||||
PresentationInfo::Change.connect (*this, MISSING_INVALIDATOR, std::bind (&Editor::presentation_info_changed, this, _1), gui_context());
|
||||
|
||||
_route_groups = new EditorRouteGroups (*this);
|
||||
|
|
|
|||
|
|
@ -1011,8 +1011,6 @@ private:
|
|||
|
||||
Gtk::HBox toplevel_hpacker;
|
||||
|
||||
Gtk::HBox bottom_hbox;
|
||||
|
||||
Gtk::Table edit_packer;
|
||||
|
||||
Gtk::Adjustment unused_adjustment; // yes, really; Gtk::Layout constructor requires refs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue