diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-30 03:26:32 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-30 03:26:32 +0200 |
commit | e86c9ec2b722c8b6aef6ea90ecddb57081a1c67f (patch) | |
tree | 001027a8858304d9d1d2d4e161879981fa6ca66f /include | |
parent | c36cc962e6b3fd7bec8093756d4c3a7df9940862 (diff) |
seatd: Remove unused device_closed msg body
Diffstat (limited to 'include')
-rw-r--r-- | include/protocol.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/protocol.h b/include/protocol.h index b3250d0..b3361ba 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -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; }; |