diff --git a/sndiod/sock.h b/sndiod/sock.h index 6d1778e..dbf27f3 100644 --- a/sndiod/sock.h +++ b/sndiod/sock.h @@ -60,7 +60,6 @@ struct sock { struct slot *slot; /* audio device slot number */ struct midi *midi; /* midi endpoint */ struct port *port; /* midi port */ - char who[12]; /* label, mostly for debugging */ }; struct sock *sock_new(int fd);