diff options
Diffstat (limited to 'include/protocol.h')
-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; }; |