13
0

Console1: Clean up previous commit

This commit is contained in:
Robin Gareus 2023-10-28 23:04:39 +02:00
parent 03e3546422
commit 49426a602f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -198,12 +198,9 @@ int
Console1::stop_using_device ()
{
DEBUG_TRACE (DEBUG::Console1, "stop_using_device()\n");
if (!_in_use)
return 0;
blink_connection.disconnect ();
periodic_connection.disconnect ();
stripable_connections.drop_connections ();
session_connections.drop_connections ();
console1_connections.drop_connections ();
MIDISurface::stop_using_device ();
return 0;