mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
do not initialize shared_ptr<Subview> with 0
This commit is contained in:
parent
3f30a0ad39
commit
5d2bacd238
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ MackieControlProtocol::MackieControlProtocol (Session& session)
|
|||
, _scrub_mode (false)
|
||||
, _flip_mode (Normal)
|
||||
, _view_mode (Mixer)
|
||||
, _subview (0)
|
||||
, _current_selected_track (-1)
|
||||
, _modifier_state (0)
|
||||
, _ipmidi_base (MIDI::IPMIDIPort::lowest_ipmidi_port_default)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue