remove unused attr

This commit is contained in:
Alexandre Ratchov 2014-03-05 19:52:21 +01:00
parent 8914029a2f
commit 25e29a8cf2
1 changed files with 0 additions and 1 deletions

View File

@ -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);