seatd: Remove unused device_closed msg body

This commit is contained in:
Kenny Levinsen 2020-08-30 03:26:32 +02:00
parent c36cc962e6
commit e86c9ec2b7
3 changed files with 3 additions and 14 deletions

View file

@ -54,11 +54,6 @@ struct proto_server_device_opened {
// One fd in auxillary data
};
// TODO: Content unused, remove before 0.3.0
struct proto_server_device_closed {
int device_id;
};
struct proto_server_error {
int error_code;
};