seatd: Remove unused device_closed msg body
This commit is contained in:
parent
c36cc962e6
commit
e86c9ec2b7
3 changed files with 3 additions and 14 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue