Mixer: Fix crash when disabling strip auto output.

pull/119/merge
Jonathan Moore Liles 2020-11-11 19:37:02 -08:00
parent f5b215066a
commit 9aa275e0af
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ public:
Port *connected_port ( void ) const
{
ASSERT( _type == Port::CONTROL, "Operation only available for control ports" );
return _connected.size() == 0 ? NULL : _connected.front();
}