mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Remove unused variable, fix small memory leak
This commit is contained in:
parent
7c7bf6c88b
commit
586b109f9e
1 changed files with 0 additions and 4 deletions
|
|
@ -120,10 +120,6 @@ TrackRecordAxis::TrackRecordAxis (Session* s, std::shared_ptr<ARDOUR::Route> rt)
|
|||
_number_label.set_fallthrough_to_parent (true);
|
||||
_number_label.signal_button_press_event().connect (sigc::mem_fun(*this, &TrackRecordAxis::route_ops_click), false);
|
||||
|
||||
PropertyList* plist = new PropertyList();
|
||||
plist->add (ARDOUR::Properties::group_mute, true);
|
||||
plist->add (ARDOUR::Properties::group_solo, true);
|
||||
|
||||
_playlist_button.set_name ("route button");
|
||||
_playlist_button.signal_button_press_event().connect (sigc::mem_fun(*this, &TrackRecordAxis::playlist_click), false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue