mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
Remove BasicUI default constructor
Towards stronger lifetime guarantees, in particular the validity of _session. I was expecting this to be a whole ordeal, but... compiler says no.
This commit is contained in:
parent
6dfb04c4da
commit
b58c22c1be
2 changed files with 0 additions and 6 deletions
|
|
@ -48,11 +48,6 @@ BasicUI::BasicUI (Session& s)
|
|||
{
|
||||
}
|
||||
|
||||
BasicUI::BasicUI ()
|
||||
: _session (0)
|
||||
{
|
||||
}
|
||||
|
||||
BasicUI::~BasicUI ()
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue