mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
rationalize destruction pathway (some more); tidy-ify some ImageFrame code
git-svn-id: svn://localhost/ardour2/branches/3.0@6398 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f53cbaede8
commit
b6f4cdaea2
28 changed files with 283 additions and 263 deletions
|
|
@ -85,9 +85,7 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
|
|||
MidiRegionSelection midi_regions;
|
||||
MidiNoteSelection midi_notes;
|
||||
|
||||
Selection (PublicEditor const * e) : tracks (e), editor (e), next_time_id (0) {
|
||||
clear();
|
||||
}
|
||||
Selection (PublicEditor const * e);
|
||||
|
||||
// Selection& operator= (const Selection& other);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue