From e86c9ec2b722c8b6aef6ea90ecddb57081a1c67f Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Sun, 30 Aug 2020 03:26:32 +0200 Subject: seatd: Remove unused device_closed msg body --- include/protocol.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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; }; -- cgit v1.2.3